@@ -5,6 +5,23 @@ 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+
9+ ## [ 0.21.1] - 2022-09-03
10+
11+ ### 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 )
18+
19+
20+ ### 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 )
24+
825## [ 0.21.0] - 2022-09-03
926
1027### Added
@@ -16,9 +33,9 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1633* Drop Python 3.5 and 3.6 and upgrade GA (#393 by @eggplants )
1734* Use ` open ` instead of ` io.open ` . (#389 by @rabinadk1 )
1835* Improve documentation for variables without a value (#390 by @bbc2 )
19- * Add ` parse_it ` to Related Projects by (#410 by @naorlivne )
20- * Update README.md by (#415 by @harveer07 )
21- * Improve documentation with direct use of MkDocs by (#398 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 )
2239
2340## [ 0.20.0] - 2022-03-24
2441
0 commit comments