|
1 | | -# Changelog |
| 1 | +# CHANGELOG |
2 | 2 |
|
3 | | -<!--next-version-placeholder--> |
| 3 | +## v1.0.2 (2024-08-24) |
| 4 | + |
| 5 | +### Fix |
| 6 | + |
| 7 | +* fix: switch to github trusted publishing to fix ci (#53) ([`dfaf168`](https://github.com/bdraco/ulid-transform/commit/dfaf1687c32d07ea8e92358a9f1cb8275a6f6b54)) |
4 | 8 |
|
5 | 9 | ## v1.0.1 (2024-08-24) |
6 | 10 |
|
7 | 11 | ### Fix |
8 | 12 |
|
9 | | -* Bump ci to run on python 3.11 ([#52](https://github.com/bdraco/ulid-transform/issues/52)) ([`857e9b8`](https://github.com/bdraco/ulid-transform/commit/857e9b80787e20565d41029dac5f655b1f152672)) |
| 13 | +* fix: bump ci to run on python 3.11 (#52) ([`857e9b8`](https://github.com/bdraco/ulid-transform/commit/857e9b80787e20565d41029dac5f655b1f152672)) |
10 | 14 |
|
11 | 15 | ## v1.0.0 (2024-08-24) |
12 | 16 |
|
13 | | -### Feature |
14 | | - |
15 | | -* Drop python 3.10 support ([#51](https://github.com/bdraco/ulid-transform/issues/51)) ([`b93b779`](https://github.com/bdraco/ulid-transform/commit/b93b77957945c38f334912d64e7c7aa4137863e3)) |
16 | | - |
17 | 17 | ### Breaking |
18 | 18 |
|
19 | | -* drop python 3.10 support ([#51](https://github.com/bdraco/ulid-transform/issues/51)) ([`b93b779`](https://github.com/bdraco/ulid-transform/commit/b93b77957945c38f334912d64e7c7aa4137863e3)) |
| 19 | +* feat!: drop python 3.10 support (#51) ([`b93b779`](https://github.com/bdraco/ulid-transform/commit/b93b77957945c38f334912d64e7c7aa4137863e3)) |
20 | 20 |
|
21 | 21 | ## v0.14.0 (2024-08-24) |
22 | 22 |
|
| 23 | +### Chore |
| 24 | + |
| 25 | +* chore(pre-commit.ci): pre-commit autoupdate (#49) |
| 26 | + |
| 27 | +updates: |
| 28 | +- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.1) |
| 29 | + |
| 30 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`3946e2f`](https://github.com/bdraco/ulid-transform/commit/3946e2ff626e3034685cf6b483aa6c204dc8bca6)) |
| 31 | + |
| 32 | +* chore(pre-commit.ci): pre-commit autoupdate (#48) |
| 33 | + |
| 34 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`48fbe45`](https://github.com/bdraco/ulid-transform/commit/48fbe45e65c5a249a7c1eea3b8519b69f4f71020)) |
| 35 | + |
| 36 | +* chore(pre-commit.ci): pre-commit autoupdate (#47) |
| 37 | + |
| 38 | +updates: |
| 39 | +- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6) |
| 40 | +- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1) |
| 41 | +- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.0...v1.11.1) |
| 42 | + |
| 43 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`3192c1c`](https://github.com/bdraco/ulid-transform/commit/3192c1cdf5a9c22a3d63193ee21ca133bc95006a)) |
| 44 | + |
23 | 45 | ### Feature |
24 | 46 |
|
25 | | -* Python 3.13 support ([#50](https://github.com/bdraco/ulid-transform/issues/50)) ([`c50e08a`](https://github.com/bdraco/ulid-transform/commit/c50e08ac1c019ee8a3313780a7fd180f60e4db3f)) |
| 47 | +* feat: python 3.13 support (#50) ([`c50e08a`](https://github.com/bdraco/ulid-transform/commit/c50e08ac1c019ee8a3313780a7fd180f60e4db3f)) |
26 | 48 |
|
27 | 49 | ## v0.13.1 (2024-07-30) |
28 | 50 |
|
| 51 | +### Chore |
| 52 | + |
| 53 | +* chore(pre-commit.ci): pre-commit autoupdate (#45) |
| 54 | + |
| 55 | +updates: |
| 56 | +- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) |
| 57 | +- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5) |
| 58 | + |
| 59 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`d4b3890`](https://github.com/bdraco/ulid-transform/commit/d4b3890a78a3145c84d0a0f72d80e6face310922)) |
| 60 | + |
29 | 61 | ### Fix |
30 | 62 |
|
31 | | -* Add pyi stubs for cython implementation ([#46](https://github.com/bdraco/ulid-transform/issues/46)) ([`dedaa87`](https://github.com/bdraco/ulid-transform/commit/dedaa87d9e5df4ed037bb0a95c971a6e6e376439)) |
| 63 | +* fix: add pyi stubs for cython implementation (#46) ([`dedaa87`](https://github.com/bdraco/ulid-transform/commit/dedaa87d9e5df4ed037bb0a95c971a6e6e376439)) |
32 | 64 |
|
33 | 65 | ## v0.13.0 (2024-07-29) |
34 | 66 |
|
| 67 | +### Chore |
| 68 | + |
| 69 | +* chore: CI fixes (version upgrades, repair extension build in some configs) (#44) ([`de99c22`](https://github.com/bdraco/ulid-transform/commit/de99c22c1a0595fb0068d1abc3ffac157b11f3d4)) |
| 70 | + |
35 | 71 | ### Feature |
36 | 72 |
|
37 | | -* Improve performance of C implementation ([#43](https://github.com/bdraco/ulid-transform/issues/43)) ([`f07d838`](https://github.com/bdraco/ulid-transform/commit/f07d838169743c4e68f344a04b6541a6a8fee239)) |
| 73 | +* feat: improve performance of C implementation (#43) ([`f07d838`](https://github.com/bdraco/ulid-transform/commit/f07d838169743c4e68f344a04b6541a6a8fee239)) |
38 | 74 |
|
39 | 75 | ## v0.12.0 (2024-07-26) |
40 | 76 |
|
41 | 77 | ### Feature |
42 | 78 |
|
43 | | -* Improve testability, keep implementations in sync ([#40](https://github.com/bdraco/ulid-transform/issues/40)) ([`975079d`](https://github.com/bdraco/ulid-transform/commit/975079d682ffb6039454d3c041867e0d14a9f646)) |
| 79 | +* feat: improve testability, keep implementations in sync (#40) |
| 80 | + |
| 81 | +* chore: ignore Cython annotation file |
| 82 | + |
| 83 | +* fix: synchronize c/py implementations |
| 84 | + |
| 85 | +Each implementation now exposes the same public methods, |
| 86 | +and their docstrings and signatures are equivalent. |
| 87 | + |
| 88 | +* chore: remove hand-decoding ULID timestamp from test code |
| 89 | + |
| 90 | +* feat: test C and Python implementations simultaneously |
| 91 | + |
| 92 | +* chore: use new-style annotations in Cython too |
| 93 | + |
| 94 | +They're exported as annotation strings anyway |
| 95 | + |
| 96 | +* chore: add tests to make sure Python and C impls are in sync ([`975079d`](https://github.com/bdraco/ulid-transform/commit/975079d682ffb6039454d3c041867e0d14a9f646)) |
44 | 97 |
|
45 | 98 | ## v0.11.1 (2024-07-26) |
46 | 99 |
|
| 100 | +### Chore |
| 101 | + |
| 102 | +* chore: remove IDEA configuration from repository (#39) ([`1d95563`](https://github.com/bdraco/ulid-transform/commit/1d95563461026a7829b4e85a7f93efd71ed55080)) |
| 103 | + |
| 104 | +* chore: add benchmarking tests (#38) ([`456b967`](https://github.com/bdraco/ulid-transform/commit/456b967b457200f3001210fa527242f8a7d229b3)) |
| 105 | + |
47 | 106 | ### Fix |
48 | 107 |
|
49 | | -* Cython build, add a test to verify the Cython module is available ([#41](https://github.com/bdraco/ulid-transform/issues/41)) ([`7187b35`](https://github.com/bdraco/ulid-transform/commit/7187b357b395b9c1716c8beaa5fc4db389fece18)) |
| 108 | +* fix: cython build, add a test to verify the Cython module is available (#41) ([`7187b35`](https://github.com/bdraco/ulid-transform/commit/7187b357b395b9c1716c8beaa5fc4db389fece18)) |
50 | 109 |
|
51 | 110 | ## v0.11.0 (2024-07-25) |
52 | 111 |
|
53 | 112 | ### Feature |
54 | 113 |
|
55 | | -* Add fast ULID bytes functions ([#37](https://github.com/bdraco/ulid-transform/issues/37)) ([`57b58ab`](https://github.com/bdraco/ulid-transform/commit/57b58ab269dcb97dbc905925861c3a25daf7e114)) |
| 114 | +* feat: add fast ULID bytes functions (#37) ([`57b58ab`](https://github.com/bdraco/ulid-transform/commit/57b58ab269dcb97dbc905925861c3a25daf7e114)) |
56 | 115 |
|
57 | 116 | ## v0.10.2 (2024-07-25) |
58 | 117 |
|
| 118 | +### Chore |
| 119 | + |
| 120 | +* chore(pre-commit.ci): pre-commit autoupdate (#35) |
| 121 | + |
| 122 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`bdbb9c5`](https://github.com/bdraco/ulid-transform/commit/bdbb9c58f6d55209416eb7812e31669e14f39171)) |
| 123 | + |
| 124 | +* chore(pre-commit.ci): pre-commit autoupdate (#34) |
| 125 | + |
| 126 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`a27b5b0`](https://github.com/bdraco/ulid-transform/commit/a27b5b0ae2b07f1d5990ea4c04788472e921d415)) |
| 127 | + |
| 128 | +* chore(pre-commit.ci): pre-commit autoupdate (#33) |
| 129 | + |
| 130 | +updates: |
| 131 | +- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.1) |
| 132 | + |
| 133 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`4d75f52`](https://github.com/bdraco/ulid-transform/commit/4d75f52e205ec7a4daf3cc1b23769867b9b65996)) |
| 134 | + |
59 | 135 | ### Fix |
60 | 136 |
|
61 | | -* Fix error message in Cython `bytes_to_ulid` ([#36](https://github.com/bdraco/ulid-transform/issues/36)) ([`d8b5462`](https://github.com/bdraco/ulid-transform/commit/d8b54622d1445916f08b61ff3aad34e61bfbb986)) |
| 137 | +* fix: fix error message in Cython `bytes_to_ulid` (#36) ([`d8b5462`](https://github.com/bdraco/ulid-transform/commit/d8b54622d1445916f08b61ff3aad34e61bfbb986)) |
62 | 138 |
|
63 | 139 | ## v0.10.1 (2024-07-05) |
64 | 140 |
|
65 | 141 | ### Fix |
66 | 142 |
|
67 | | -* Wheel builds ([#32](https://github.com/bdraco/ulid-transform/issues/32)) ([`87b511e`](https://github.com/bdraco/ulid-transform/commit/87b511e1b00b8fa07ef7a18a5b5012e8df943441)) |
| 143 | +* fix: wheel builds (#32) ([`87b511e`](https://github.com/bdraco/ulid-transform/commit/87b511e1b00b8fa07ef7a18a5b5012e8df943441)) |
68 | 144 |
|
69 | 145 | ## v0.10.0 (2024-07-05) |
70 | 146 |
|
| 147 | +### Chore |
| 148 | + |
| 149 | +* chore: switch to ruff (#31) ([`98679ea`](https://github.com/bdraco/ulid-transform/commit/98679ea082591ae710188798b594e57c4f05f444)) |
| 150 | + |
| 151 | +* chore(pre-commit.ci): pre-commit autoupdate (#29) |
| 152 | + |
| 153 | +updates: |
| 154 | +- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.10.1) |
| 155 | + |
| 156 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`72c43be`](https://github.com/bdraco/ulid-transform/commit/72c43be55a4597066d33d44a92ecb33dd2a5c806)) |
| 157 | + |
| 158 | +* chore(pre-commit.ci): pre-commit autoupdate (#28) |
| 159 | + |
| 160 | +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`63cc7f9`](https://github.com/bdraco/ulid-transform/commit/63cc7f9f596df98c59a2564a8749f7b999f1407b)) |
| 161 | + |
| 162 | +* chore: add more cover and benchmarks (#27) ([`822ea8c`](https://github.com/bdraco/ulid-transform/commit/822ea8c5e69b4a9652c19ae0172c16f8236634f5)) |
| 163 | + |
| 164 | +* chore: test on 32bit (#26) ([`5a62d31`](https://github.com/bdraco/ulid-transform/commit/5a62d31fbb75fd20aa386d44a576e939f665312d)) |
| 165 | + |
71 | 166 | ### Feature |
72 | 167 |
|
73 | | -* Add new fast or_none functions ([#30](https://github.com/bdraco/ulid-transform/issues/30)) ([`4d1d1ee`](https://github.com/bdraco/ulid-transform/commit/4d1d1ee398f791bd35a64941d3eb838cf1ef705e)) |
| 168 | +* feat: add new fast or_none functions (#30) ([`4d1d1ee`](https://github.com/bdraco/ulid-transform/commit/4d1d1ee398f791bd35a64941d3eb838cf1ef705e)) |
74 | 169 |
|
75 | 170 | ## v0.9.0 (2023-10-18) |
76 | 171 |
|
77 | 172 | ### Feature |
78 | 173 |
|
79 | | -* Build wheel with latest cpython release ([#25](https://github.com/bdraco/ulid-transform/issues/25)) ([`8bc67fe`](https://github.com/bdraco/ulid-transform/commit/8bc67fe8f2c56a9aacdede63331afe6c54a1528d)) |
| 174 | +* feat: build wheel with latest cpython release (#25) ([`8bc67fe`](https://github.com/bdraco/ulid-transform/commit/8bc67fe8f2c56a9aacdede63331afe6c54a1528d)) |
80 | 175 |
|
81 | 176 | ### Fix |
82 | 177 |
|
83 | | -* 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)) |
| 178 | +* fix: reduce size of wheels by excluding generated .cpp files (#24) ([`29e0ff4`](https://github.com/bdraco/ulid-transform/commit/29e0ff474f729adea32c10a3d0adfc7801b5e892)) |
84 | 179 |
|
85 | 180 | ## v0.8.1 (2023-08-27) |
86 | 181 |
|
| 182 | +### Chore |
| 183 | + |
| 184 | +* chore: bump py3.12 to rc1 (#23) ([`e21accd`](https://github.com/bdraco/ulid-transform/commit/e21accd67406f20aca65e754643e282da39ada26)) |
| 185 | + |
87 | 186 | ### Fix |
88 | 187 |
|
89 | | -* Rebuild wheels with cython 3.0.2 ([#22](https://github.com/bdraco/ulid-transform/issues/22)) ([`8d78432`](https://github.com/bdraco/ulid-transform/commit/8d78432cf81b1a2e5230dd434b50c21365686548)) |
| 188 | +* fix: rebuild wheels with cython 3.0.2 (#22) ([`8d78432`](https://github.com/bdraco/ulid-transform/commit/8d78432cf81b1a2e5230dd434b50c21365686548)) |
90 | 189 |
|
91 | 190 | ## v0.8.0 (2023-07-24) |
92 | 191 |
|
93 | 192 | ### Feature |
94 | 193 |
|
95 | | -* Initial cpython 3.12 support ([#21](https://github.com/bdraco/ulid-transform/issues/21)) ([`7f7e8b9`](https://github.com/bdraco/ulid-transform/commit/7f7e8b90d3a7a529a58d00e66be8494a18476842)) |
| 194 | +* feat: initial cpython 3.12 support (#21) ([`7f7e8b9`](https://github.com/bdraco/ulid-transform/commit/7f7e8b90d3a7a529a58d00e66be8494a18476842)) |
96 | 195 |
|
97 | 196 | ## v0.7.2 (2023-05-01) |
| 197 | + |
98 | 198 | ### Fix |
99 | | -* Ensure windows wheel work with older versions ([#20](https://github.com/bdraco/ulid-transform/issues/20)) ([`8a440e3`](https://github.com/bdraco/ulid-transform/commit/8a440e3f818b3af8a694544755d55f1c221ada3a)) |
| 199 | + |
| 200 | +* fix: ensure windows wheel work with older versions (#20) ([`8a440e3`](https://github.com/bdraco/ulid-transform/commit/8a440e3f818b3af8a694544755d55f1c221ada3a)) |
100 | 201 |
|
101 | 202 | ## v0.7.1 (2023-05-01) |
| 203 | + |
102 | 204 | ### Fix |
103 | | -* Missing decode for _bytes_to_ulid ([#19](https://github.com/bdraco/ulid-transform/issues/19)) ([`ddf6433`](https://github.com/bdraco/ulid-transform/commit/ddf6433554ca3d4fef6500b84e43adf475a794bb)) |
| 205 | + |
| 206 | +* fix: missing decode for _bytes_to_ulid (#19) ([`ddf6433`](https://github.com/bdraco/ulid-transform/commit/ddf6433554ca3d4fef6500b84e43adf475a794bb)) |
104 | 207 |
|
105 | 208 | ## v0.7.0 (2023-04-23) |
| 209 | + |
106 | 210 | ### Feature |
107 | | -* Add a bytes_to_ulid cpp version ([#18](https://github.com/bdraco/ulid-transform/issues/18)) ([`fa1c62c`](https://github.com/bdraco/ulid-transform/commit/fa1c62c97be608390a5e42de5712382ee8ec86e9)) |
| 211 | + |
| 212 | +* feat: add a bytes_to_ulid cpp version (#18) ([`fa1c62c`](https://github.com/bdraco/ulid-transform/commit/fa1c62c97be608390a5e42de5712382ee8ec86e9)) |
108 | 213 |
|
109 | 214 | ## v0.6.3 (2023-04-10) |
| 215 | + |
110 | 216 | ### Fix |
111 | | -* Additional 32bit time fixes ([#17](https://github.com/bdraco/ulid-transform/issues/17)) ([`2f5f1be`](https://github.com/bdraco/ulid-transform/commit/2f5f1be3fe63bb63b57e158c32ab5e9d7ab16b9c)) |
| 217 | + |
| 218 | +* fix: additional 32bit time fixes (#17) ([`2f5f1be`](https://github.com/bdraco/ulid-transform/commit/2f5f1be3fe63bb63b57e158c32ab5e9d7ab16b9c)) |
112 | 219 |
|
113 | 220 | ## v0.6.2 (2023-04-09) |
| 221 | + |
114 | 222 | ### Fix |
115 | | -* Apply 32bit cast for for random data ([#16](https://github.com/bdraco/ulid-transform/issues/16)) ([`1e1d62a`](https://github.com/bdraco/ulid-transform/commit/1e1d62aa961178d6416e4ac82cc0634b06260ad4)) |
| 223 | + |
| 224 | +* fix: apply 32bit cast for for random data (#16) ([`1e1d62a`](https://github.com/bdraco/ulid-transform/commit/1e1d62aa961178d6416e4ac82cc0634b06260ad4)) |
116 | 225 |
|
117 | 226 | ## v0.6.1 (2023-04-09) |
| 227 | + |
| 228 | +### Chore |
| 229 | + |
| 230 | +* chore: add test_non_uppercase_b32_data (#14) ([`06819d0`](https://github.com/bdraco/ulid-transform/commit/06819d058f2a754a39221027cafb98d0568c5b18)) |
| 231 | + |
118 | 232 | ### Fix |
119 | | -* Apply 32bit time fix ([#15](https://github.com/bdraco/ulid-transform/issues/15)) ([`26347f0`](https://github.com/bdraco/ulid-transform/commit/26347f0067be94ba36607ea9b875b5d1354e6002)) |
| 233 | + |
| 234 | +* fix: apply 32bit time fix (#15) ([`26347f0`](https://github.com/bdraco/ulid-transform/commit/26347f0067be94ba36607ea9b875b5d1354e6002)) |
120 | 235 |
|
121 | 236 | ## v0.6.0 (2023-04-06) |
| 237 | + |
122 | 238 | ### Feature |
123 | | -* 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)) |
| 239 | + |
| 240 | +* feat: reflect the invalid value when raising ValueError (#13) ([`6a022fb`](https://github.com/bdraco/ulid-transform/commit/6a022fb4084e3a007c469e6e2993ccb3621c4271)) |
124 | 241 |
|
125 | 242 | ## v0.5.1 (2023-03-22) |
| 243 | + |
126 | 244 | ### Fix |
127 | | -* Specify python version to build wheels ([#12](https://github.com/bdraco/ulid-transform/issues/12)) ([`9263de0`](https://github.com/bdraco/ulid-transform/commit/9263de0f70a4198cfcb2ba4a8f44440a7841e407)) |
| 245 | + |
| 246 | +* fix: specify python version to build wheels (#12) ([`9263de0`](https://github.com/bdraco/ulid-transform/commit/9263de0f70a4198cfcb2ba4a8f44440a7841e407)) |
128 | 247 |
|
129 | 248 | ## v0.5.0 (2023-03-22) |
| 249 | + |
130 | 250 | ### Feature |
131 | | -* Wheels for macOS and Windows ([#11](https://github.com/bdraco/ulid-transform/issues/11)) ([`086852e`](https://github.com/bdraco/ulid-transform/commit/086852e57250994d0f3c9faedabf2df6aeb9e789)) |
| 251 | + |
| 252 | +* feat: wheels for macOS and Windows (#11) |
| 253 | + |
| 254 | +Build wheels for macOS and Windows too ([`086852e`](https://github.com/bdraco/ulid-transform/commit/086852e57250994d0f3c9faedabf2df6aeb9e789)) |
132 | 255 |
|
133 | 256 | ## v0.4.2 (2023-03-13) |
| 257 | + |
134 | 258 | ### Fix |
135 | | -* Ulid_now on 32bit ([#10](https://github.com/bdraco/ulid-transform/issues/10)) ([`c8f7dd7`](https://github.com/bdraco/ulid-transform/commit/c8f7dd790f987ca4310dd155a78fff263adf0cfc)) |
| 259 | + |
| 260 | +* fix: ulid_now on 32bit (#10) ([`c8f7dd7`](https://github.com/bdraco/ulid-transform/commit/c8f7dd790f987ca4310dd155a78fff263adf0cfc)) |
136 | 261 |
|
137 | 262 | ## v0.4.1 (2023-03-13) |
| 263 | + |
138 | 264 | ### Fix |
139 | | -* Random as 0 on 32 bit arch ([#9](https://github.com/bdraco/ulid-transform/issues/9)) ([`c9fa4f3`](https://github.com/bdraco/ulid-transform/commit/c9fa4f32c12eabea67da14d0c32d9a5ac65f2842)) |
| 265 | + |
| 266 | +* fix: random as 0 on 32 bit arch (#9) ([`c9fa4f3`](https://github.com/bdraco/ulid-transform/commit/c9fa4f32c12eabea67da14d0c32d9a5ac65f2842)) |
140 | 267 |
|
141 | 268 | ## v0.4.0 (2023-03-01) |
| 269 | + |
142 | 270 | ### Feature |
143 | | -* Add bytes_to_ulid ([#8](https://github.com/bdraco/ulid-transform/issues/8)) ([`c9a57ef`](https://github.com/bdraco/ulid-transform/commit/c9a57ef2d68886d37e03dd9d884a51c35a5c1e12)) |
| 271 | + |
| 272 | +* feat: add bytes_to_ulid (#8) ([`c9a57ef`](https://github.com/bdraco/ulid-transform/commit/c9a57ef2d68886d37e03dd9d884a51c35a5c1e12)) |
144 | 273 |
|
145 | 274 | ## v0.3.1 (2023-03-01) |
| 275 | + |
| 276 | +### Chore |
| 277 | + |
| 278 | +* chore: add timestamp test (#6) ([`404487d`](https://github.com/bdraco/ulid-transform/commit/404487dd5879f83c6df6ad230ca6670edaacaa40)) |
| 279 | + |
146 | 280 | ### Fix |
147 | | -* Encode timestamps correctly in cpp implementation ([#7](https://github.com/bdraco/ulid-transform/issues/7)) ([`c7fedc3`](https://github.com/bdraco/ulid-transform/commit/c7fedc350bf9848dc38af362e33819fac4036a9e)) |
| 281 | + |
| 282 | +* fix: encode timestamps correctly in cpp implementation (#7) ([`c7fedc3`](https://github.com/bdraco/ulid-transform/commit/c7fedc350bf9848dc38af362e33819fac4036a9e)) |
148 | 283 |
|
149 | 284 | ## v0.3.0 (2023-02-28) |
| 285 | + |
150 | 286 | ### Feature |
151 | | -* Add examples ([#5](https://github.com/bdraco/ulid-transform/issues/5)) ([`be30a13`](https://github.com/bdraco/ulid-transform/commit/be30a133b3a03b1e6704954cf0c59f4fb64d4b7c)) |
| 287 | + |
| 288 | +* feat: add examples (#5) ([`be30a13`](https://github.com/bdraco/ulid-transform/commit/be30a133b3a03b1e6704954cf0c59f4fb64d4b7c)) |
152 | 289 |
|
153 | 290 | ## v0.2.1 (2023-02-28) |
| 291 | + |
154 | 292 | ### Fix |
155 | | -* Drop fast-ulid for cython ([#4](https://github.com/bdraco/ulid-transform/issues/4)) ([`8d72d6b`](https://github.com/bdraco/ulid-transform/commit/8d72d6b58d306d722f096a5b3697d4365eae397d)) |
| 293 | + |
| 294 | +* fix: drop fast-ulid for cython (#4) ([`8d72d6b`](https://github.com/bdraco/ulid-transform/commit/8d72d6b58d306d722f096a5b3697d4365eae397d)) |
156 | 295 |
|
157 | 296 | ## v0.2.0 (2023-02-28) |
| 297 | + |
158 | 298 | ### Feature |
159 | | -* Enable cython builds ([#3](https://github.com/bdraco/ulid-transform/issues/3)) ([`154bf0c`](https://github.com/bdraco/ulid-transform/commit/154bf0c8d02591508b87c2c154ba877da2aa8f97)) |
| 299 | + |
| 300 | +* feat: enable cython builds (#3) ([`154bf0c`](https://github.com/bdraco/ulid-transform/commit/154bf0c8d02591508b87c2c154ba877da2aa8f97)) |
160 | 301 |
|
161 | 302 | ## v0.1.0 (2023-02-28) |
| 303 | + |
| 304 | +### Chore |
| 305 | + |
| 306 | +* chore: initial commit ([`61fc260`](https://github.com/bdraco/ulid-transform/commit/61fc2606750f879ba7fb69ba3bdd371c5bcac2e8)) |
| 307 | + |
162 | 308 | ### Feature |
163 | | -* Init repo ([#1](https://github.com/bdraco/ulid-transform/issues/1)) ([`0ef9511`](https://github.com/bdraco/ulid-transform/commit/0ef95113cd638617de16be44909b228d0df5f092)) |
| 309 | + |
| 310 | +* feat: init repo (#1) ([`0ef9511`](https://github.com/bdraco/ulid-transform/commit/0ef95113cd638617de16be44909b228d0df5f092)) |
164 | 311 |
|
165 | 312 | ### Fix |
166 | | -* Remove html file ([#2](https://github.com/bdraco/ulid-transform/issues/2)) ([`c1a5cf4`](https://github.com/bdraco/ulid-transform/commit/c1a5cf4a4a8c5a2c8ba1663b9132d612fe47570d)) |
| 313 | + |
| 314 | +* fix: remove html file (#2) ([`c1a5cf4`](https://github.com/bdraco/ulid-transform/commit/c1a5cf4a4a8c5a2c8ba1663b9132d612fe47570d)) |
0 commit comments