From cf45711ca8b6d568557d8f95d7cb40ca51cd2112 Mon Sep 17 00:00:00 2001 From: David Kegley Date: Mon, 11 Sep 2023 12:10:29 -0400 Subject: [PATCH 1/2] Update changelog for 1.20.0 release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6f3f6e..55f7ba91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.20.0] - 2023-09-11 + ### Fixed - Python virtualenvs are now detected in Windows environments, and are automatically excluded from the uploaded bundle. From 27457709753c4674d8936d310fdc6dfbf193a383 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 11 Sep 2023 12:16:40 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Taylor Steinberg --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f7ba91..0a47c2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ 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). -## Unreleased - ## [1.20.0] - 2023-09-11 ### Fixed