Skip to content

Commit b1f041d

Browse files
committed
Add release notes for 0.21.0
1 parent 6399af6 commit b1f041d

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
66
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.21.0] - 2022-09-03
9+
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])
14+
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])
23+
824
## [0.20.0] - 2022-03-24
925

1026
### Added
@@ -287,7 +303,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
287303
[#183]: https://github.com/theskumar/python-dotenv/issues/183
288304
[#359]: https://github.com/theskumar/python-dotenv/issues/359
289305

290-
[@Flimm]: https://github.com/Flimm
291306
[@alanjds]: https://github.com/alanjds
292307
[@altendky]: https://github.com/altendky
293308
[@andrewsmith]: https://github.com/andrewsmith
@@ -296,24 +311,34 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
296311
[@befeleme]: https://github.com/befeleme
297312
[@cjauvin]: https://github.com/cjauvin
298313
[@earlbread]: https://github.com/earlbread
314+
[@eggplants]: https://github.com/@eggplants
299315
[@ekohl]: https://github.com/ekohl
300316
[@elbehery95]: https://github.com/elbehery95
317+
[@Flimm]: https://github.com/Flimm
301318
[@gergelyk]: https://github.com/gergelyk
302319
[@gongqingkui]: https://github.com/gongqingkui
303320
[@greyli]: https://github.com/greyli
321+
[@harveer07]: https://github.com/@harveer07
304322
[@jadutter]: https://github.com/jadutter
323+
[@larsks]: https://github.com/@larsks
305324
[@mgorny]: https://github.com/mgorny
325+
[@naorlivne]: https://github.com/@naorlivne
306326
[@qnighy]: https://github.com/qnighy
327+
[@rabinadk1]: https://github.com/@rabinadk1
328+
[@sammck]: https://github.com/@sammck
307329
[@snobu]: https://github.com/snobu
308330
[@techalchemy]: https://github.com/techalchemy
331+
[@theGOTOguy]: https://github.com/@theGOTOguy
309332
[@theskumar]: https://github.com/theskumar
310333
[@ulyssessouza]: https://github.com/ulyssessouza
311334
[@venthur]: https://github.com/venthur
312335
[@x-yuri]: https://github.com/x-yuri
313336
[@yannham]: https://github.com/yannham
314337
[@zueve]: https://github.com/zueve
315338

316-
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.20.0...HEAD
339+
340+
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.21.0...HEAD
341+
[0.21.0]: https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
317342
[0.20.0]: https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0
318343
[0.19.2]: https://github.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2
319344
[0.19.1]: https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1

0 commit comments

Comments
 (0)