@@ -5,17 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
9
-
10
- ** Added**
11
-
12
- *
8
+ ## [ 1.0.0]
13
9
14
10
** Fixed**
15
11
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 ] )
19
14
20
15
## [ 0.21.1] - 2022-01-21
21
16
@@ -352,6 +347,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
352
347
[ @greyli ] : https://github.com/greyli
353
348
[ @harveer07 ] : https://github.com/@harveer07
354
349
[ @jadutter ] : https://github.com/jadutter
350
+ [ @jctanner ] : https://github.com/jctanner
355
351
[ @larsks ] : https://github.com/@larsks
356
352
[ @lsmith77 ] : https://github.com/lsmith77
357
353
[ @mgorny ] : https://github.com/mgorny
@@ -371,7 +367,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
371
367
[ @zueve ] : https://github.com/zueve
372
368
373
369
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
375
372
[ 0.21.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1
376
373
[ 0.21.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
377
374
[ 0.20.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0
0 commit comments