Skip to content

Commit 4f1954f

Browse files
chore: bump version to 2.0.0
1 parent 301684b commit 4f1954f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.0.0 (2025-08-17)
2+
3+
### Feat
4+
5+
- **dt**: remove timedelta constants from `peprock.dt` (formerly `peprock.datetime`)
6+
- **dt**: rename package `peprock.datetime` to `peprock.dt`
7+
8+
### Refactor
9+
10+
- **datetime**: avoid `from __future__ import annotations`
11+
112
## 1.9.0 (2025-07-31)
213

314
## 1.8.0 (2025-07-03)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "peprock"
7-
version = "1.9.0"
7+
version = "2.0.0"
88
description = "Foundational Python library"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)