Skip to content

Commit 33e4ec4

Browse files
author
semantic-release
committed
1.4.0
Automatically generated by python-semantic-release
1 parent dfb3a3a commit 33e4ec4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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

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.3.0"
3+
version = "1.4.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.3.0"
1+
__version__ = "1.4.0"
22

33
try:
44
from ._ulid_impl import (

0 commit comments

Comments
 (0)