Skip to content

Commit e1099f6

Browse files
author
github-actions
committed
0.6.1
Automatically generated by python-semantic-release
1 parent 26347f0 commit e1099f6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.6.1 (2023-04-09)
6+
### Fix
7+
* Apply 32bit time fix ([#15](https://github.com/bdraco/ulid-transform/issues/15)) ([`26347f0`](https://github.com/bdraco/ulid-transform/commit/26347f0067be94ba36607ea9b875b5d1354e6002))
8+
59
## v0.6.0 (2023-04-06)
610
### Feature
711
* Reflect the invalid value when raising ValueError ([#13](https://github.com/bdraco/ulid-transform/issues/13)) ([`6a022fb`](https://github.com/bdraco/ulid-transform/commit/6a022fb4084e3a007c469e6e2993ccb3621c4271))

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.6.0"
3+
version = "0.6.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.6.0"
1+
__version__ = "0.6.1"
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)