@@ -5,37 +5,48 @@ 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+ *
13+
14+ ### Fixed
15+
16+ *
17+
18+
819
920## [ 0.21.1] - 2022-09-03
1021
1122### Added
12- * Use Python 3.11 non-beta in CI (#438 by @bbc2 )
13- * Modernize variables code (#434 by @Nougat-Waffle )
14- * Modernize main.py and parser.py code (#435 by @Nougat-Waffle )
15- * Improve conciseness of cli.py and __ init__ .py (#439 by @Nougat-Waffle )
16- * Improve error message for ` get ` and ` list ` commands when env file can't be opened (#441 by @bbc2 )
17- * Updated Licence to align with BSD OSI template (#433 by @lsmith77 )
23+ * Use Python 3.11 non-beta in CI (#438 by [ @bbc2 ] )
24+ * Modernize variables code (#434 by [ @Nougat-Waffle ] )
25+ * Modernize main.py and parser.py code (#435 by [ @Nougat-Waffle ] )
26+ * Improve conciseness of cli.py and __ init__ .py (#439 by [ @Nougat-Waffle ] )
27+ * Improve error message for ` get ` and ` list ` commands when env file can't be opened (#441 by [ @bbc2 ] )
28+ * Updated License to align with BSD OSI template (#433 by [ @lsmith77 ] )
1829
1930
2031### Fixed
21- * Fix Out-of-scope error when "dest" variable is undefined (#413 by @theGOTOguy )
22- * Fix IPython test warning about deprecated ` magic ` (#440 by @bbc2 )
23- * Fix type hint for dotenv_path var, add StrPath alias (#432 by @eaf )
32+ * Fix Out-of-scope error when "dest" variable is undefined (#413 by [ @theGOTOguy ] )
33+ * Fix IPython test warning about deprecated ` magic ` (#440 by [ @bbc2 ] )
34+ * Fix type hint for dotenv_path var, add StrPath alias (#432 by [ @eaf ] )
2435
2536## [ 0.21.0] - 2022-09-03
2637
2738### Added
28- * CLI: add support for invocations via 'python -m'. (#395 by @theskumar )
29- * ` load_dotenv ` function now returns ` False ` . (#388 by @larsks )
30- * CLI: add --format= option to list command. (#407 by @sammck )
39+ * CLI: add support for invocations via 'python -m'. (#395 by [ @theskumar ] )
40+ * ` load_dotenv ` function now returns ` False ` . (#388 by [ @larsks ] )
41+ * CLI: add --format= option to list command. (#407 by [ @sammck ] )
3142
3243### Fixed
33- * Drop Python 3.5 and 3.6 and upgrade GA (#393 by @eggplants )
34- * Use ` open ` instead of ` io.open ` . (#389 by @rabinadk1 )
35- * Improve documentation for variables without a value (#390 by @bbc2 )
36- * Add ` parse_it ` to Related Projects (#410 by @naorlivne )
37- * Update README.md (#415 by @harveer07 )
38- * Improve documentation with direct use of MkDocs (#398 by @bbc2 )
44+ * Drop Python 3.5 and 3.6 and upgrade GA (#393 by [ @eggplants ] )
45+ * Use ` open ` instead of ` io.open ` . (#389 by [ @rabinadk1 ] )
46+ * Improve documentation for variables without a value (#390 by [ @bbc2 ] )
47+ * Add ` parse_it ` to Related Projects (#410 by [ @naorlivne ] )
48+ * Update README.md (#415 by [ @harveer07 ] )
49+ * Improve documentation with direct use of MkDocs (#398 by [ @bbc2 ] )
3950
4051## [ 0.20.0] - 2022-03-24
4152
@@ -326,6 +337,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
326337[ @bbc2 ] : https://github.com/bbc2
327338[ @befeleme ] : https://github.com/befeleme
328339[ @cjauvin ] : https://github.com/cjauvin
340+ [ @eaf ] : https://github.com/eaf
329341[ @earlbread ] : https://github.com/earlbread
330342[ @eggplants ] : https://github.com/@eggplants
331343[ @ekohl ] : https://github.com/ekohl
@@ -337,13 +349,16 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
337349[ @harveer07 ] : https://github.com/@harveer07
338350[ @jadutter ] : https://github.com/jadutter
339351[ @larsks ] : https://github.com/@larsks
352+ [ @lsmith77 ] : https://github.com/lsmith77
340353[ @mgorny ] : https://github.com/mgorny
341354[ @naorlivne ] : https://github.com/@naorlivne
355+ [ @Nougat-Waffle ] : https://github.com/Nougat-Waffle
342356[ @qnighy ] : https://github.com/qnighy
343357[ @rabinadk1 ] : https://github.com/@rabinadk1
344358[ @sammck ] : https://github.com/@sammck
345359[ @snobu ] : https://github.com/snobu
346360[ @techalchemy ] : https://github.com/techalchemy
361+ [ @theGOTOguy ] : https://github.com/theGOTOguy
347362[ @theskumar ] : https://github.com/theskumar
348363[ @ulyssessouza ] : https://github.com/ulyssessouza
349364[ @venthur ] : https://github.com/venthur
@@ -352,7 +367,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
352367[ @zueve ] : https://github.com/zueve
353368
354369
355- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...HEAD
370+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.21.1...HEAD
371+ [ 0.21.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1
356372[ 0.21.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
357373[ 0.20.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0
358374[ 0.19.2 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2
0 commit comments