Skip to content

Commit e1fa107

Browse files
author
Saurabh Kumar
committed
Add release notes for 0.10.0
1 parent d33366c commit e1fa107

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,24 @@ Executing the tests:
284284
Changelog
285285
=========
286286

287+
0.10.0
288+
-----
289+
290+
- Add support for UTF-8 in unquoted values [(@bbc2)]
291+
- Add support for trailing comments [(@bbc2)]
292+
- Add backslashes support in values [(@bbc2)]
293+
- Add support for newlines in values [(@bbc2)]
294+
- Force environment variables to str with Python2 on Windows ([@greyli])
295+
- Drop Python 3.3 support ([@greyli])
296+
- Fix stderr/-out/-in redirection ([@venthur])
297+
298+
299+
0.9.0
300+
-----
301+
- Add `--version` parameter to cli ([@venthur])
302+
- Enable loading from current directory ([@cjauvin])
303+
- Add 'dotenv run' command for calling arbitrary shell script with .env ([@venthur])
304+
287305
0.8.1
288306
-----
289307

@@ -374,6 +392,10 @@ Changelog
374392

375393
[#78]: https://github.com/theskumar/python-dotenv/issues/78
376394

395+
[@@greyli]: https://github.com/@greyli
396+
[@venthur]: https://github.com/venthur
377397
[@Flimm]: https://github.com/Flimm
378398
[@theskumar]: https://github.com/theskumar
379399
[@alanjds]: https://github.com/alanjds
400+
[@cjauvin]: https://github.com/cjauvin
401+
[@bbc2]: https://github.com/bbc2

0 commit comments

Comments
 (0)