Skip to content

Commit d62689e

Browse files
committed
🔖 Bump up to version 0.4.4 -> 0.4.5.
1 parent 0649d91 commit d62689e

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## Latest Changes
44

5+
## 0.4.5
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: rename hash_all func to hash_value. (_2025-01-18_)
10+
- :dart: feat: add cpu and mem summarize. (_2025-01-08_)
11+
12+
### :black_nib: Code Changes
13+
14+
- :construction: refactored: remove timing and time_open decorators. (_2025-01-08_)
15+
- :construction: refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#65) (_2025-01-02_)
16+
- :construction: refactored: 📦 bump psutil from 6.1.0 to 6.1.1 (#64) (_2025-01-01_)
17+
- :construction: refactored: 📦 bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206 (_2025-01-01_)
18+
19+
### :card_file_box: Documents
20+
21+
- :page_facing_up: docs: remove docs dir and edit readme file. (_2025-01-18_)
22+
- :page_facing_up: docs: update readme file. (_2025-01-18_)
23+
- :page_facing_up: docs: update readme file. (_2024-12-18_)
24+
525
## 0.4.4
626

727
### :black_nib: Code Changes

src/ddeutil/core/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"

0 commit comments

Comments
 (0)