Skip to content

Commit d439ffb

Browse files
committed
rel 2024.1
1 parent 3700bf2 commit d439ffb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

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+
618
## 2024 - 2024/01/07
719

820
- update dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "layeredimage"
3-
version = "2024"
3+
version = "2024.1"
44
license = "mit"
55
description = "Use this module to read, and write to a number of layered image formats"
66
authors = ["FredHappyface"]

0 commit comments

Comments
 (0)