diff --git a/.gitignore b/.gitignore index 39d2b429..262f1c5f 100755 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ daemon-true.txt .vscode/tags .vscode/settings.json -venv/* +venv* src/fs* src/tmp/* testdata/* diff --git a/CHANGELOG.md b/CHANGELOG.md index caa6ab2c..c4603a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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