File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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
+ ## [ 1.1.1] - 2025-06-24
9
+
10
+ ## Fixed
11
+
12
+ * CLI: Ensure ` find_dotenv ` work reliably on python 3.13 by [ @theskumar ] in [ #563 ] ( https://github.com/theskumar/python-dotenv/pull/563 )
13
+ * CLI: revert the use of execvpe on Windows by [ @wrongontheinternet ] in [ #566 ] ( https://github.com/theskumar/python-dotenv/pull/566 )
14
+
8
15
9
16
## [ 1.1.0] - 2025-03-25
10
17
@@ -409,8 +416,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
409
416
[ @yannham ] : https://github.com/yannham
410
417
[ @zueve ] : https://github.com/zueve
411
418
[ @randomseed42 ] : https://github.com/zueve
419
+ [ @wrongontheinternet ] : https://github.com/wrongontheinternet
412
420
413
- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.1.0...HEAD
421
+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v1.1.1...HEAD
422
+ [ 1.1.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.1.0...1.1.1
414
423
[ 1.1.0 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
415
424
[ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
416
425
[ 1.0.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0
You can’t perform that action at this time.
0 commit comments