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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
66project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
815
916## [ 1.1.0] - 2025-03-25
1017
@@ -409,8 +416,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
409416[ @yannham ] : https://github.com/yannham
410417[ @zueve ] : https://github.com/zueve
411418[ @randomseed42 ] : https://github.com/zueve
419+ [ @wrongontheinternet ] : https://github.com/wrongontheinternet
412420
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
414423[ 1.1.0 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
415424[ 1.0.1 ] : https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
416425[ 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