Skip to content

Commit

Permalink
Update changelog for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theskumar committed Jan 23, 2024
1 parent fbda903 commit a954c41
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0]
## [1.0.1] - 2024-01-23

**Fixed**

* Gracefully handle code which has been imported from a zipfile ([#456] by [@samwyma])
* Allow modules using load_dotenv to be reloaded when launched in a separate thread ([#497] by [@freddyaboulton])
* Fix file not closed after deletion, handle error in the rewrite function ([#469] by [@Qwerty-133])

**Misc**
* Fix year in release date in changelog.md by @jankislinger in https://github.com/theskumar/python-dotenv/pull/453
* Use https in README links @Nicals in https://github.com/theskumar/python-dotenv/pull/474
* Use pathlib.Path in tests (#466 by [@eumiro])

## [1.0.0] - 2023-02-24

**Fixed**

Expand Down Expand Up @@ -328,6 +341,9 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[#176]: https://github.com/theskumar/python-dotenv/issues/176
[#183]: https://github.com/theskumar/python-dotenv/issues/183
[#359]: https://github.com/theskumar/python-dotenv/issues/359
[#469]: https://github.com/theskumar/python-dotenv/issues/469
[#456]: https://github.com/theskumar/python-dotenv/issues/456
[#497]: https://github.com/theskumar/python-dotenv/issues/497

[@alanjds]: https://github.com/alanjds
[@altendky]: https://github.com/altendky
Expand All @@ -342,6 +358,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[@ekohl]: https://github.com/ekohl
[@elbehery95]: https://github.com/elbehery95
[@Flimm]: https://github.com/Flimm
[@freddyaboulton]: https://github.com/freddyaboulton
[@gergelyk]: https://github.com/gergelyk
[@gongqingkui]: https://github.com/gongqingkui
[@greyli]: https://github.com/greyli
Expand All @@ -354,8 +371,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[@naorlivne]: https://github.com/@naorlivne
[@Nougat-Waffle]: https://github.com/Nougat-Waffle
[@qnighy]: https://github.com/qnighy
[@Qwerty-133]: https://github.com/Qwerty-133
[@rabinadk1]: https://github.com/@rabinadk1
[@sammck]: https://github.com/@sammck
[@samwyma]: https://github.com/samwyma
[@snobu]: https://github.com/snobu
[@techalchemy]: https://github.com/techalchemy
[@theGOTOguy]: https://github.com/theGOTOguy
Expand All @@ -367,7 +386,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[@zueve]: https://github.com/zueve


[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
[0.21.1]: https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1
[0.21.0]: https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0
Expand Down

0 comments on commit a954c41

Please sign in to comment.