Skip to content

Commit 9eb4597

Browse files
committed
chore: bump version to 0.2.2
1 parent ce57168 commit 9eb4597

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

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

5-
## Unreleased
5+
## [0.2.2](https://github.com/zobweyt/textcase/compare/0.2.1...0.2.2) (2025-04-12)
6+
7+
Performance and documentation enhancements
68

79
### <!-- 2 -->Performance <!-- omit in toc -->
810

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.2.1"
3+
version = "0.2.2"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"convert",
1919
]
2020

21-
__version__ = "0.2.1"
21+
__version__ = "0.2.2"
2222

2323
from doctest import testmod
2424
from typing import Iterable

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)