File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3
3
All major and minor version changes will be documented in this file. Details of
4
4
patch-level version changes can be found in [ commit messages] ( ../../commits/master ) .
5
5
6
+ ## 2024.1 - 2024/01/17
7
+
8
+ - update tooling
9
+ - ruff
10
+ - pyright
11
+ - use loguru to replace print statements
12
+ - use pathlib in place of os.path
13
+ - absolute imports in the place of relative imports
14
+ - Address “The Boolean Trap” with kw only args
15
+ - More type hints
16
+ - remove deprecated functions from ` 2021.2.4 `
17
+
6
18
## 2024 - 2024/01/07
7
19
8
20
- update dependencies
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " layeredimage"
3
- version = " 2024"
3
+ version = " 2024.1 "
4
4
license = " mit"
5
5
description = " Use this module to read, and write to a number of layered image formats"
6
6
authors = [" FredHappyface" ]
You can’t perform that action at this time.
0 commit comments