File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.4.0 (2025-03-07)
5+
6+ ### Chores
7+
8+ - Enable clang-format ([ #91 ] ( https://github.com/Bluetooth-Devices/ulid-transform/pull/91 ) ,
9+ [ ` 655f639 ` ] ( https://github.com/Bluetooth-Devices/ulid-transform/commit/655f63973c5b3f4bcb1bdb42f7220cffc03a713c ) )
10+
11+ ### Features
12+
13+ - Speed up random data and improve randomness distribution
14+ ([ #92 ] ( https://github.com/Bluetooth-Devices/ulid-transform/pull/92 ) ,
15+ [ ` dfb3a3a ` ] ( https://github.com/Bluetooth-Devices/ulid-transform/commit/dfb3a3a39132c2395bf2a911304fa8555ebde9c3 ) )
16+
17+
418## v1.3.0 (2025-03-05)
519
620### Chores
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ulid-transform"
3- version = " 1.3 .0"
3+ version = " 1.4 .0"
44description = " Create and transform ULIDs"
55authors = [" J. Nick Koston <nick@koston.org>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "1.3 .0"
1+ __version__ = "1.4 .0"
22
33try :
44 from ._ulid_impl import (
You can’t perform that action at this time.
0 commit comments