@@ -8,18 +8,17 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
## [ 0.21.0] - 2022-09-03
9
9
10
10
### 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 )
14
14
15
15
### 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 )
23
22
24
23
## [ 0.20.0] - 2022-03-24
25
24
@@ -328,7 +327,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
328
327
[ @sammck ] : https://github.com/@sammck
329
328
[ @snobu ] : https://github.com/snobu
330
329
[ @techalchemy ] : https://github.com/techalchemy
331
- [ @theGOTOguy ] : https://github.com/@theGOTOguy
332
330
[ @theskumar ] : https://github.com/theskumar
333
331
[ @ulyssessouza ] : https://github.com/ulyssessouza
334
332
[ @venthur ] : https://github.com/venthur
0 commit comments