@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
24
## [ 0.20.0] - 2022-03-24
9
25
10
26
### Added
@@ -287,7 +303,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
287
303
[ #183 ] : https://github.com/theskumar/python-dotenv/issues/183
288
304
[ #359 ] : https://github.com/theskumar/python-dotenv/issues/359
289
305
290
- [ @Flimm ] : https://github.com/Flimm
291
306
[ @alanjds ] : https://github.com/alanjds
292
307
[ @altendky ] : https://github.com/altendky
293
308
[ @andrewsmith ] : https://github.com/andrewsmith
@@ -296,24 +311,34 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
296
311
[ @befeleme ] : https://github.com/befeleme
297
312
[ @cjauvin ] : https://github.com/cjauvin
298
313
[ @earlbread ] : https://github.com/earlbread
314
+ [ @eggplants ] : https://github.com/@eggplants
299
315
[ @ekohl ] : https://github.com/ekohl
300
316
[ @elbehery95 ] : https://github.com/elbehery95
317
+ [ @Flimm ] : https://github.com/Flimm
301
318
[ @gergelyk ] : https://github.com/gergelyk
302
319
[ @gongqingkui ] : https://github.com/gongqingkui
303
320
[ @greyli ] : https://github.com/greyli
321
+ [ @harveer07 ] : https://github.com/@harveer07
304
322
[ @jadutter ] : https://github.com/jadutter
323
+ [ @larsks ] : https://github.com/@larsks
305
324
[ @mgorny ] : https://github.com/mgorny
325
+ [ @naorlivne ] : https://github.com/@naorlivne
306
326
[ @qnighy ] : https://github.com/qnighy
327
+ [ @rabinadk1 ] : https://github.com/@rabinadk1
328
+ [ @sammck ] : https://github.com/@sammck
307
329
[ @snobu ] : https://github.com/snobu
308
330
[ @techalchemy ] : https://github.com/techalchemy
331
+ [ @theGOTOguy ] : https://github.com/@theGOTOguy
309
332
[ @theskumar ] : https://github.com/theskumar
310
333
[ @ulyssessouza ] : https://github.com/ulyssessouza
311
334
[ @venthur ] : https://github.com/venthur
312
335
[ @x-yuri ] : https://github.com/x-yuri
313
336
[ @yannham ] : https://github.com/yannham
314
337
[ @zueve ] : https://github.com/zueve
315
338
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
317
342
[ 0.20.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0
318
343
[ 0.19.2 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2
319
344
[ 0.19.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1
0 commit comments