Skip to content

Commit aabc014

Browse files
author
semantic-release
committed
1.2.0
Automatically generated by python-semantic-release
1 parent d160dd3 commit aabc014

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## v1.1.0 (2025-01-17)
410

511
### Chore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ulid-transform"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Create and transform ULIDs"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/ulid_transform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"
22

33
try:
44
from ._ulid_impl import (

0 commit comments

Comments
 (0)