We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d160dd3 commit aabc014Copy full SHA for aabc014
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v1.2.0 (2025-01-17)
4
+
5
+### Feature
6
7
+* feat: migrate benchmarks to Python 3.13 (#66) ([`d160dd3`](https://github.com/bdraco/ulid-transform/commit/d160dd333020f22e902dab897b0c7839008fce91))
8
9
## v1.1.0 (2025-01-17)
10
11
### Chore
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ulid-transform"
-version = "1.1.0"
+version = "1.2.0"
description = "Create and transform ULIDs"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
src/ulid_transform/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.1.0"
+__version__ = "1.2.0"
try:
from ._ulid_impl import (
0 commit comments