File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.9.2] ( https://github.com/fabiocaccamo/python-fsutil/releases/tag/0.9.2 ) - 2023-01-11
8
+ - Fix ` FileNotFoundError ` when calling ` make_dirs_for_file ` with filename only.
9
+ - Pin test requirements.
10
+ - Bump test requirements.
11
+
7
12
## [ 0.9.1] ( https://github.com/fabiocaccamo/python-fsutil/releases/tag/0.9.1 ) - 2023-01-02
8
13
- Fix ` OSError ` when downloading multiple files to the same temp dir.
9
14
Original file line number Diff line number Diff line change 4
4
5
5
__license__ = "MIT"
6
6
__title__ = "python-fsutil"
7
- __version__ = "0.9.1 "
7
+ __version__ = "0.9.2 "
You can’t perform that action at this time.
0 commit comments