Skip to content

Commit b5626bc

Browse files
author
github-actions
committed
0.9.0
Automatically generated by python-semantic-release
1 parent 8bc67fe commit b5626bc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.9.0 (2023-10-18)
6+
7+
### Feature
8+
9+
* Build wheel with latest cpython release ([#25](https://github.com/bdraco/ulid-transform/issues/25)) ([`8bc67fe`](https://github.com/bdraco/ulid-transform/commit/8bc67fe8f2c56a9aacdede63331afe6c54a1528d))
10+
11+
### Fix
12+
13+
* Reduce size of wheels by excluding generated .cpp files ([#24](https://github.com/bdraco/ulid-transform/issues/24)) ([`29e0ff4`](https://github.com/bdraco/ulid-transform/commit/29e0ff474f729adea32c10a3d0adfc7801b5e892))
14+
515
## v0.8.1 (2023-08-27)
616

717
### Fix

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.8.1"
3+
version = "0.9.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__ = "0.8.1"
1+
__version__ = "0.9.0"
22

33
from .ulid_impl import bytes_to_ulid, ulid_at_time, ulid_hex, ulid_now, ulid_to_bytes
44

0 commit comments

Comments
 (0)