Skip to content

Commit 0908fe0

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 950376b commit 0908fe0

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# CHANGELOG
22

3+
## v1.1.0 (2025-01-17)
4+
5+
### Chore
6+
7+
* chore(pre-commit.ci): pre-commit autoupdate (#63) ([`86ab538`](https://github.com/bdraco/ulid-transform/commit/86ab538b73bbc534a54c97b36ef31205d2820e5d))
8+
9+
* chore: add codspeed benchmarks (#64) ([`f7c563c`](https://github.com/bdraco/ulid-transform/commit/f7c563c579241adf69d7c676ca0111c35d11e43b))
10+
11+
* chore(pre-commit.ci): pre-commit autoupdate (#62) ([`5fb4ab4`](https://github.com/bdraco/ulid-transform/commit/5fb4ab4d5a61fa2dcb2bdca0a967c47ebd4a4144))
12+
13+
* chore(pre-commit.ci): pre-commit autoupdate (#61) ([`e6ea31c`](https://github.com/bdraco/ulid-transform/commit/e6ea31c16334a1979919a751e4e50daab909d154))
14+
15+
* chore(pre-commit.ci): pre-commit autoupdate (#60)
16+
17+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`56db2e2`](https://github.com/bdraco/ulid-transform/commit/56db2e2ddb59cd5037c434185ad76ced699690ca))
18+
19+
* chore(pre-commit.ci): pre-commit autoupdate (#58)
20+
21+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`2c2986f`](https://github.com/bdraco/ulid-transform/commit/2c2986f5db4aac03b1416f2cdac50ba0ffdcf418))
22+
23+
* chore: wheel builds should only happen on release (#59) ([`d4cbb09`](https://github.com/bdraco/ulid-transform/commit/d4cbb09b8c547ac9c0b8b9a41971bfadc61e4c7b))
24+
25+
* chore(pre-commit.ci): pre-commit autoupdate (#57)
26+
27+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`c30be1a`](https://github.com/bdraco/ulid-transform/commit/c30be1a622544fb8c645b03e848911b09b3d35a3))
28+
29+
* chore(pre-commit.ci): pre-commit autoupdate (#56)
30+
31+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`c691406`](https://github.com/bdraco/ulid-transform/commit/c69140612d0840e8b40ed2b6ab55687f7746ffa6))
32+
33+
* chore(pre-commit.ci): pre-commit autoupdate (#55)
34+
35+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`6d5155c`](https://github.com/bdraco/ulid-transform/commit/6d5155c56674b245b3205d6e1491d204e2825a6e))
36+
37+
* chore(pre-commit.ci): pre-commit autoupdate (#54)
38+
39+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`b81af0e`](https://github.com/bdraco/ulid-transform/commit/b81af0e631c949607a871adf2e1abd196237bf5c))
40+
41+
### Feature
42+
43+
* feat: add aarch64 wheels (#65) ([`950376b`](https://github.com/bdraco/ulid-transform/commit/950376beb4e3d85a9f1e79a6e1408900910099d9))
44+
345
## v1.0.2 (2024-08-24)
446

547
### 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 = "1.0.2"
3+
version = "1.1.0"
44
description = "Create and transform ULIDs"
55
authors = ["J. Nick Koston <[email protected]>"]
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.0.2"
1+
__version__ = "1.1.0"
22

33
try:
44
from ._ulid_impl import (

0 commit comments

Comments
 (0)