File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.14.0 ] ( https://github.com/fabiocaccamo/python-fsutil/releases/tag/0.14.0 ) - 2024-03-19
7
+ ## [ 0.14.1 ] ( https://github.com/fabiocaccamo/python-fsutil/releases/tag/0.14.1 ) - 2024-03-19
8
8
- Add ` mypy ` to ` pre-commit ` .
9
9
- Add ` transform_filepath ` method. #12 #13
10
10
- Fix ` join_filename ` return value when ` basename ` or ` extension ` are empty.
Original file line number Diff line number Diff line change 4
4
5
5
__license__ = "MIT"
6
6
__title__ = "python-fsutil"
7
- __version__ = "0.14.0 "
7
+ __version__ = "0.14.1 "
You can’t perform that action at this time.
0 commit comments