Skip to content

Commit 53edc19

Browse files
committed
chore: bump version to 0.4.0
1 parent 4816c0e commit 53edc19

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.4.0](https://github.com/zobweyt/textcase/compare/0.3.1...0.4.0) (2025-04-14)
6+
7+
Rewrite.
8+
9+
### <!-- 1 -->Features <!-- omit in toc -->
10+
11+
- rewrite ([`4816c0e`](https://github.com/zobweyt/textcase/commit/4816c0e4edfef6f7255439fed1dec15eb5763d99))
12+
13+
### <!-- 2 -->Performance <!-- omit in toc -->
14+
15+
- optimize `pattern.camel` and `pattern.sentence` ([`a5d1731`](https://github.com/zobweyt/textcase/commit/a5d17310fd749a5dac943be51a4dc385506d2c31))
16+
517
## [0.3.1](https://github.com/zobweyt/textcase/compare/0.3.0...0.3.1) (2025-04-13)
618

719
Adds `py.typed` file.

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.3.1"
3+
version = "0.4.0"
44
description = "A feature-rich Python text case conversion library."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
license = { file = "LICENSE.md" }

textcase/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def match(
205205
This function compares the input text with its converted version based on the specified
206206
case format. It returns `True` if the text is already in the desired case format, and `False` otherwise.
207207
208-
**Unreleased.**
208+
**Added in version:** [`0.4.0`](https://zobweyt.github.io/textcase/changelog/#040-2025-04-14)
209209
210210
Args:
211211
text: The input string to be checked.
@@ -237,7 +237,7 @@ def __call__(
237237
) -> str:
238238
"""Convert the given text to the specified case format.
239239
240-
**Unreleased.**
240+
**Added in version:** [`0.4.0`](https://zobweyt.github.io/textcase/changelog/#040-2025-04-14)
241241
242242
Args:
243243
text: The input string to be converted.

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)