@@ -5,17 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
66project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
9-
10- ** Added**
11-
12- *
8+ ## [ 1.0.0]
139
1410** Fixed**
1511
16- *
17-
18-
12+ * Drop support for python 3.7, add python 3.12-dev (#449 by [ @theskumar ] )
13+ * Handle situations where the cwd does not exist. (#446 by [ @jctanner ] )
1914
2015## [ 0.21.1] - 2022-01-21
2116
@@ -352,6 +347,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
352347[ @greyli ] : https://github.com/greyli
353348[ @harveer07 ] : https://github.com/@harveer07
354349[ @jadutter ] : https://github.com/jadutter
350+ [ @jctanner ] : https://github.com/jctanner
355351[ @larsks ] : https://github.com/@larsks
356352[ @lsmith77 ] : https://github.com/lsmith77
357353[ @mgorny ] : https://github.com/mgorny
@@ -371,7 +367,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
371367[ @zueve ] : https://github.com/zueve
372368
373369
374- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.21.1...HEAD
370+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...HEAD
371+ [ 1.0.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
375372[ 0.21.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1
376373[ 0.21.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
377374[ 0.20.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0
0 commit comments