Skip to content

Commit c07a31e

Browse files
committed
chore(release): 0.3.1-rc.1
1 parent b4357e0 commit c07a31e

File tree

3 files changed

+41
-27
lines changed

3 files changed

+41
-27
lines changed

CHANGELOG.md

Lines changed: 39 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## [0.3.1-rc.1] - 2025-07-26
6+
7+
8+
### Documentation
9+
10+
- (**benchmarks**) Update benchmark results ([7c3a453](https://github.com/PyDataBlog/simstring_rs/commit/7c3a4539282e70afc64fe63a395607afb3ec1f47))
11+
12+
13+
### Miscellaneous Tasks
14+
15+
- (**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+
519
## [0.3.1-beta.3] - 2025-07-18
620

721

822
### Bug Fixes
923

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))
1125

1226

1327

@@ -16,27 +30,27 @@ All notable changes to this project will be documented in this file.
1630

1731
### Bug Fixes
1832

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))
2034

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))
2236

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))
2438

25-
- (**ci**) Added missing dist file path for python wheels (#31) ([74f259a])
39+
- (**ci**) Added missing dist file path for python wheels [#31](https://github.com/PyDataBlog/simstring_rs/issues/31) ([74f259a](https://github.com/PyDataBlog/simstring_rs/commit/74f259a5b3a5a64161c3e1bff2f9b6850235e409))
2640

2741

2842
### Documentation
2943

30-
- (**benchmarks**) Update benchmark results ([f34d96f])
44+
- (**benchmarks**) Update benchmark results ([f34d96f](https://github.com/PyDataBlog/simstring_rs/commit/f34d96f33a807d6cd92b1b3dab17f8006db9bdc9))
3145

32-
- (**benchmarks**) Update benchmark results ([0766907])
46+
- (**benchmarks**) Update benchmark results ([0766907](https://github.com/PyDataBlog/simstring_rs/commit/07669076026eb8f26973999fdb5b8af3829ee4ee))
3347

34-
- (**benchmarks**) Update benchmark results ([1129c90])
48+
- (**benchmarks**) Update benchmark results ([1129c90](https://github.com/PyDataBlog/simstring_rs/commit/1129c9080853e4aeeb4bd62e044f280437370b52))
3549

3650

3751
### Features
3852

39-
- (**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))
4054

4155

4256

@@ -45,25 +59,25 @@ All notable changes to this project will be documented in this file.
4559

4660
### Bug Fixes
4761

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))
4963

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))
5165

5266

5367
### Documentation
5468

55-
- (**benchmarks**) Update benchmark results ([f08bd21])
69+
- (**benchmarks**) Update benchmark results ([f08bd21](https://github.com/PyDataBlog/simstring_rs/commit/f08bd2143df00eb2db7e50aa85e446113780f1ea))
5670

57-
- (**benchmarks**) Update benchmark results ([4f62c62])
71+
- (**benchmarks**) Update benchmark results ([4f62c62](https://github.com/PyDataBlog/simstring_rs/commit/4f62c621f961b1bcb5ce0a8a7becb9db20b55671))
5872

59-
- (**benchmarks**) Update benchmark results ([b77b264])
73+
- (**benchmarks**) Update benchmark results ([b77b264](https://github.com/PyDataBlog/simstring_rs/commit/b77b264a5eea0fa97cb6c47565d43cdab77340b7))
6074

61-
- (**benchmarks**) Update benchmark results ([d99bdcb])
75+
- (**benchmarks**) Update benchmark results ([d99bdcb](https://github.com/PyDataBlog/simstring_rs/commit/d99bdcb291bb006f270d476f0c2ab34bcc252816))
6276

6377

6478
### Features
6579

66-
- (**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))
6781

6882

6983

@@ -72,7 +86,7 @@ All notable changes to this project will be documented in this file.
7286

7387
### Features
7488

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))
7690

7791

7892

@@ -81,7 +95,7 @@ All notable changes to this project will be documented in this file.
8195

8296
### Refactor
8397

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))
8599

86100

87101

@@ -90,7 +104,7 @@ All notable changes to this project will be documented in this file.
90104

91105
### Features
92106

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))
94108

95109

96110

@@ -99,12 +113,12 @@ All notable changes to this project will be documented in this file.
99113

100114
### Feat
101115

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))
103117

104118

105119
### Release
106120

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))
108122

109123

110124

@@ -113,7 +127,7 @@ All notable changes to this project will be documented in this file.
113127

114128
### WIP
115129

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))
117131

118132

119133

@@ -122,14 +136,14 @@ All notable changes to this project will be documented in this file.
122136

123137
### Fix
124138

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))
126140

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))
128142

129143

130144
### Init
131145

132-
- Initial commit ([32d6a3b])
146+
- Initial commit ([32d6a3b](https://github.com/PyDataBlog/simstring_rs/commit/32d6a3b9ecb2775e03ce68279291647ca18689d2))
133147

134148

135149
<!-- generated by git-cliff -->

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simstring_rust"
3-
version = "0.3.1-beta.3"
3+
version = "0.3.1-rc.1"
44
description = "A native Rust implementation of the SimString algorithm"
55
license = "MIT"
66
repository = "https://github.com/PyDataBlog/simstring_rs"

0 commit comments

Comments
 (0)