Skip to content

Commit 432c15b

Browse files
committed
chore: bump version to 0.4.5
1 parent 5c40ae9 commit 432c15b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.5](https://github.com/zobweyt/textcase/compare/0.4.4...0.4.5) (2025-10-10)
6+
7+
Ensure Python 3.14 support.
8+
9+
### Testing <!-- omit in toc -->
10+
11+
- add support for python 3.14 (#36) ([`5c40ae9`](https://github.com/zobweyt/textcase/commit/5c40ae94b09b6ddd9ff0c85ebb298e166b4bafd3))
12+
513
## [0.4.4](https://github.com/zobweyt/textcase/compare/0.4.3...0.4.4) (2025-10-01)
614

15+
Fix `Boundary.from_delimiter` return type and optimize punctuation stripping.
16+
717
### Bug Fixes <!-- omit in toc -->
818

919
- use `@classmethod` instead of `@staticmethod` and `TypeVar` in `Boundary.from_delimiter` for proper inheritance typing (#33) ([`3cfc56b`](https://github.com/zobweyt/textcase/commit/3cfc56bccf586a489e0571716275b97b851b3ef1))

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ keywords:
3636
- uv
3737
license: MIT
3838
commit: 6b95985c579415be65158195d4adedb82b9d0389
39-
version: 0.4.4
39+
version: 0.4.5
4040
date-released: "2025-10-01"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "textcase"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "Python library for text case conversions."
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)