@@ -8,18 +8,17 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88## [ 0.21.0] - 2022-09-03
99
1010### Added
11- * CLI: add support for invocations via 'python -m'. (#395 by [ @theskumar ] )
12- * ` load_dotenv ` function now returns ` False ` . (#388 by [ @larsks ] )
13- * CLI: add --format= option to list command. (#407 by [ @sammck ] )
11+ * CLI: add support for invocations via 'python -m'. (#395 by @theskumar )
12+ * ` load_dotenv ` function now returns ` False ` . (#388 by @larsks )
13+ * CLI: add --format= option to list command. (#407 by @sammck )
1414
1515### Fixed
16- * Drop Python 3.5 and 3.6 and upgrade GA (#393 by [ @eggplants ] )
17- * Fix out of scope error when ` dest ` variable is undefined. (#414 by [ @theGOTOguy ] )
18- * Use ` open ` instead of ` io.open ` . (#389 by [ @rabinadk1 ] )
19- * Improve documentation for variables without a value (#390 by [ @bbc2 ] )
20- * Add ` parse_it ` to Related Projects by (#410 by [ @naorlivne ] )
21- * Update README.md by (#415 by [ @harveer07 ] )
22- * Improve documentation with direct use of MkDocs by (#398 by [ @bbc2 ] )
16+ * Drop Python 3.5 and 3.6 and upgrade GA (#393 by @eggplants )
17+ * Use ` open ` instead of ` io.open ` . (#389 by @rabinadk1 )
18+ * 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 )
2322
2423## [ 0.20.0] - 2022-03-24
2524
@@ -328,7 +327,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
328327[ @sammck ] : https://github.com/@sammck
329328[ @snobu ] : https://github.com/snobu
330329[ @techalchemy ] : https://github.com/techalchemy
331- [ @theGOTOguy ] : https://github.com/@theGOTOguy
332330[ @theskumar ] : https://github.com/theskumar
333331[ @ulyssessouza ] : https://github.com/ulyssessouza
334332[ @venthur ] : https://github.com/venthur
0 commit comments