Skip to content

Commit a5291fb

Browse files
author
github-actions
committed
0.13.1
Automatically generated by python-semantic-release
1 parent dedaa87 commit a5291fb

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
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.13.1 (2024-07-30)
6+
7+
### Fix
8+
9+
* Add pyi stubs for cython implementation ([#46](https://github.com/bdraco/ulid-transform/issues/46)) ([`dedaa87`](https://github.com/bdraco/ulid-transform/commit/dedaa87d9e5df4ed037bb0a95c971a6e6e376439))
10+
511
## v0.13.0 (2024-07-29)
612

713
### Feature

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 = "0.13.0"
3+
version = "0.13.1"
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__ = "0.13.0"
1+
__version__ = "0.13.1"
22

33
try:
44
from ._ulid_impl import (

0 commit comments

Comments
 (0)