From 427957b9e80f1e7f47b76514d72321360de7801f Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Tue, 22 Dec 2020 01:55:05 +0000 Subject: [PATCH] add all venvs to gitignore and update changelog --- .gitignore | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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