add all venvs to gitignore and update changelog

This commit is contained in:
Kevin Froman 2020-12-22 01:55:05 +00:00
parent 9d55c62d68
commit 427957b9e8
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -17,7 +17,7 @@ daemon-true.txt
.vscode/tags
.vscode/settings.json
venv/*
venv*
src/fs*
src/tmp/*
testdata/*

View File

@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [8.0.1] - 2020-12-22
* Fix subprocess in 3.9x with dumb hack
* Dependency bumps
## [8.0.0] - 2020-12-04