You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (**ci**) Added missing hrefs in changelogs & added specs to benchmarks [#37](https://github.com/PyDataBlog/simstring_rs/issues/37) ([b4357e0](https://github.com/PyDataBlog/simstring_rs/commit/b4357e0ef5af512bdef6b458047c03a50f4e2a66))
16
+
17
+
18
+
5
19
## [0.3.1-beta.3] - 2025-07-18
6
20
7
21
8
22
### Bug Fixes
9
23
10
-
- (**ci**) Attempt to fix broken auto commit of benchmark results on a tagged release (#32) ([71d5a5e])
24
+
- (**ci**) Attempt to fix broken auto commit of benchmark results on a tagged release [#32](https://github.com/PyDataBlog/simstring_rs/issues/32) ([71d5a5e](https://github.com/PyDataBlog/simstring_rs/commit/71d5a5e9646a7881a02e50473efaf273e324deb6))
11
25
12
26
13
27
@@ -16,27 +30,27 @@ All notable changes to this project will be documented in this file.
16
30
17
31
### Bug Fixes
18
32
19
-
- (**ci**) Remove old wheels from current jobs (#28) ([0507233])
33
+
- (**ci**) Remove old wheels from current jobs [#28](https://github.com/PyDataBlog/simstring_rs/issues/28) ([0507233](https://github.com/PyDataBlog/simstring_rs/commit/0507233320db06f57466c5c9602769fe9789bb15))
20
34
21
-
- (**ci**) Maturin can't publish generated bindings as it can't find the correct path (#29) ([2579a2b])
35
+
- (**ci**) Maturin can't publish generated bindings as it can't find the correct path [#29](https://github.com/PyDataBlog/simstring_rs/issues/29) ([2579a2b](https://github.com/PyDataBlog/simstring_rs/commit/2579a2b77df54e107741e6dae522541772520339))
22
36
23
-
- (**ci**) Moved repo urls for maturin to env vars (#30) ([d81deef])
37
+
- (**ci**) Moved repo urls for maturin to env vars [#30](https://github.com/PyDataBlog/simstring_rs/issues/30) ([d81deef](https://github.com/PyDataBlog/simstring_rs/commit/d81deeffc42cdfebd54b8e87df7274ceb8175791))
- (**ci**) Added pypi and test pypi publishing jobs (#24) ([b59cbc6])
53
+
- (**ci**) Added pypi and test pypi publishing jobs [#24](https://github.com/PyDataBlog/simstring_rs/issues/24) ([b59cbc6](https://github.com/PyDataBlog/simstring_rs/commit/b59cbc6ca54cf43954142dab85d5597e1a1fc0ba))
40
54
41
55
42
56
@@ -45,25 +59,25 @@ All notable changes to this project will be documented in this file.
45
59
46
60
### Bug Fixes
47
61
48
-
- (**release**) Get rid of git-cliff as a dev dependencies (#26) ([0af2a25])
62
+
- (**release**) Get rid of git-cliff as a dev dependencies [#26](https://github.com/PyDataBlog/simstring_rs/issues/26) ([0af2a25](https://github.com/PyDataBlog/simstring_rs/commit/0af2a25d4a14d812927bc0414442be403ff4a3bd))
49
63
50
-
- (**release**) Fixed hyperlink bug in git-cliff config (#27) ([6564d87])
64
+
- (**release**) Fixed hyperlink bug in git-cliff config [#27](https://github.com/PyDataBlog/simstring_rs/issues/27) ([6564d87](https://github.com/PyDataBlog/simstring_rs/commit/6564d8770715ecd6d0d82d4acdd4344ed30b3170))
- (**release**) Initial exploration of an automated release management system (#25) ([7c28e01])
80
+
- (**release**) Initial exploration of an automated release management system [#25](https://github.com/PyDataBlog/simstring_rs/issues/25) ([7c28e01](https://github.com/PyDataBlog/simstring_rs/commit/7c28e0141b2208d9c695fab2fbc0f3a76b547892))
67
81
68
82
69
83
@@ -72,7 +86,7 @@ All notable changes to this project will be documented in this file.
72
86
73
87
### Features
74
88
75
-
- (**python**) Add python bindings to the project (#21) ([b206537])
89
+
- (**python**) Add python bindings to the project [#21](https://github.com/PyDataBlog/simstring_rs/issues/21) ([b206537](https://github.com/PyDataBlog/simstring_rs/commit/b2065379f1700ad480a123bd6fc4ea4d1c0ae6df))
76
90
77
91
78
92
@@ -81,7 +95,7 @@ All notable changes to this project will be documented in this file.
81
95
82
96
### Refactor
83
97
84
-
- (**api**) Optimize data structures to avoid unnecessary allocations and enable parallel searches (#18) ([f10972f])
98
+
- (**api**) Optimize data structures to avoid unnecessary allocations and enable parallel searches [#18](https://github.com/PyDataBlog/simstring_rs/issues/18) ([f10972f](https://github.com/PyDataBlog/simstring_rs/commit/f10972fd76a944384757f4283c61d804436cf83b))
85
99
86
100
87
101
@@ -90,7 +104,7 @@ All notable changes to this project will be documented in this file.
90
104
91
105
### Features
92
106
93
-
- PR and Issues template (#17) ([77c74fc])
107
+
- PR and Issues template [#17](https://github.com/PyDataBlog/simstring_rs/issues/17) ([77c74fc](https://github.com/PyDataBlog/simstring_rs/commit/77c74fc6156377e254f838a0ac475a896f85c210))
94
108
95
109
96
110
@@ -99,12 +113,12 @@ All notable changes to this project will be documented in this file.
99
113
100
114
### Feat
101
115
102
-
- Initial benchmark suite (#11) ([f14274a])
116
+
- Initial benchmark suite [#11](https://github.com/PyDataBlog/simstring_rs/issues/11) ([f14274a](https://github.com/PyDataBlog/simstring_rs/commit/f14274a99ad13d9c9a914cb195ca9c8833317987))
103
117
104
118
105
119
### Release
106
120
107
-
- Initial benchmarks compared to other implementations in other languages (#13) ([9fca265])
121
+
- Initial benchmarks compared to other implementations in other languages [#13](https://github.com/PyDataBlog/simstring_rs/issues/13) ([9fca265](https://github.com/PyDataBlog/simstring_rs/commit/9fca26563cbba35bd65215b6d2482bf932150866))
108
122
109
123
110
124
@@ -113,7 +127,7 @@ All notable changes to this project will be documented in this file.
113
127
114
128
### WIP
115
129
116
-
- Initial proposed search method for hashdb (#7) ([19b6068])
130
+
- Initial proposed search method for hashdb [#7](https://github.com/PyDataBlog/simstring_rs/issues/7) ([19b6068](https://github.com/PyDataBlog/simstring_rs/commit/19b6068d2272af4d84ff4aad2da8f1c29827906d))
117
131
118
132
119
133
@@ -122,14 +136,14 @@ All notable changes to this project will be documented in this file.
122
136
123
137
### Fix
124
138
125
-
- Added tag trigger to CI workflow (#2) ([386c0f1])
139
+
- Added tag trigger to CI workflow [#2](https://github.com/PyDataBlog/simstring_rs/issues/2) ([386c0f1](https://github.com/PyDataBlog/simstring_rs/commit/386c0f1b2bd153eafadb0fa64e590ae56cac1bbd))
126
140
127
-
- Keywords not exceeding 5 items (#3) ([3a57b84])
141
+
- Keywords not exceeding 5 items [#3](https://github.com/PyDataBlog/simstring_rs/issues/3) ([3a57b84](https://github.com/PyDataBlog/simstring_rs/commit/3a57b840c15b66da4813f3d18a8b8ca8d57f9bd3))
0 commit comments