Skip to content

Commit 82d70f4

Browse files
committed
chore(release): 0.3.5-beta.1
1 parent 97fe8d1 commit 82d70f4

File tree

3 files changed

+72
-64
lines changed

3 files changed

+72
-64
lines changed

CHANGELOG.md

Lines changed: 70 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,136 @@
1+
## What's Changed in 0.3.5-beta.1
2+
* fix(ci): MacOS runner jobs fail on cache keys by [@PyDataBlog](https://github.com/PyDataBlog) in [#56](https://github.com/PyDataBlog/simstring_rs/pull/56)
3+
* fix(ci): Re-add git cliff output to release notes by [@PyDataBlog](https://github.com/PyDataBlog) in [#55](https://github.com/PyDataBlog/simstring_rs/pull/55)
4+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
5+
6+
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.4...0.3.5-beta.1
7+
18
## What's Changed in 0.3.4
2-
* feat(bindings): Expose extractor interface via CustomExtractor for Python bindings by @PyDataBlog in [#50](https://github.com/PyDataBlog/simstring_rs/pull/50)
3-
* feat(ci): Initial benchmark support for original C++ implementation by @PyDataBlog in [#54](https://github.com/PyDataBlog/simstring_rs/pull/54)
4-
* fix(ci): github release notes were skipping not rc tags by @PyDataBlog in [#49](https://github.com/PyDataBlog/simstring_rs/pull/49)
5-
* docs(benchmarks): update benchmark results by @PyDataBlog
9+
* chore(release): 0.3.4 by [@PyDataBlog](https://github.com/PyDataBlog)
10+
* feat(bindings): Expose extractor interface via CustomExtractor for Python bindings by [@PyDataBlog](https://github.com/PyDataBlog) in [#50](https://github.com/PyDataBlog/simstring_rs/pull/50)
11+
* feat(ci): Initial benchmark support for original C++ implementation by [@PyDataBlog](https://github.com/PyDataBlog) in [#54](https://github.com/PyDataBlog/simstring_rs/pull/54)
12+
* fix(ci): github release notes were skipping not rc tags by [@PyDataBlog](https://github.com/PyDataBlog) in [#49](https://github.com/PyDataBlog/simstring_rs/pull/49)
13+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
614

7-
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.3...0.3.4
15+
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.3...v0.3.4
816

917
## What's Changed in 0.3.3
10-
* chore(release): 0.3.3 by @PyDataBlog
11-
* feat(bindings): expose extractor for direct usage in Python by @PyDataBlog in [#47](https://github.com/PyDataBlog/simstring_rs/pull/47)
12-
* docs(benchmarks): update benchmark results by @PyDataBlog
18+
* chore(release): 0.3.3 by [@PyDataBlog](https://github.com/PyDataBlog)
19+
* feat(bindings): expose extractor for direct usage in Python by [@PyDataBlog](https://github.com/PyDataBlog) in [#47](https://github.com/PyDataBlog/simstring_rs/pull/47)
20+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
1321

1422
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.2...v0.3.3
1523

1624
## What's Changed in 0.3.2
17-
* chore(release): 0.3.2 by @PyDataBlog
18-
* feat(ci): Exploring support for wheels for old linux distros by @PyDataBlog in [#45](https://github.com/PyDataBlog/simstring_rs/pull/45)
19-
* perf(search): latest tweaks to boost search performance by @PyDataBlog in [#42](https://github.com/PyDataBlog/simstring_rs/pull/42)
20-
* docs(benchmarks): update benchmark results by @PyDataBlog
25+
* chore(release): 0.3.2 by [@PyDataBlog](https://github.com/PyDataBlog)
26+
* feat(ci): Exploring support for wheels for old linux distros by [@PyDataBlog](https://github.com/PyDataBlog) in [#45](https://github.com/PyDataBlog/simstring_rs/pull/45)
27+
* perf(search): latest tweaks to boost search performance by [@PyDataBlog](https://github.com/PyDataBlog) in [#42](https://github.com/PyDataBlog/simstring_rs/pull/42)
28+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
2129

2230
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1...v0.3.2
2331

2432
## What's Changed in 0.3.1
25-
* chore(release): 0.3.1 by @PyDataBlog
26-
* docs(benchmarks): update benchmark results by @PyDataBlog
33+
* chore(release): 0.3.1 by [@PyDataBlog](https://github.com/PyDataBlog)
34+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
2735

2836
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-rc.3...v0.3.1
2937

3038
## What's Changed in 0.3.1-rc.3
31-
* chore(release): 0.3.1-rc.3 by @PyDataBlog
32-
* feat(perf): better search performance by avoiding allocations by @PyDataBlog in [#40](https://github.com/PyDataBlog/simstring_rs/pull/40)
33-
* feat(ci): Added test coverage by @PyDataBlog in [#39](https://github.com/PyDataBlog/simstring_rs/pull/39)
34-
* docs(benchmarks): update benchmark results by @PyDataBlog
39+
* chore(release): 0.3.1-rc.3 by [@PyDataBlog](https://github.com/PyDataBlog)
40+
* feat(perf): better search performance by avoiding allocations by [@PyDataBlog](https://github.com/PyDataBlog) in [#40](https://github.com/PyDataBlog/simstring_rs/pull/40)
41+
* feat(ci): Added test coverage by [@PyDataBlog](https://github.com/PyDataBlog) in [#39](https://github.com/PyDataBlog/simstring_rs/pull/39)
42+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
3543

3644
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-rc.2...v0.3.1-rc.3
3745

3846
## What's Changed in 0.3.1-rc.2
39-
* chore(release): 0.3.1-rc.2 by @PyDataBlog
40-
* fix(ci): added missing write permission in the github release job by @PyDataBlog
41-
* docs(benchmarks): update benchmark results by @PyDataBlog
47+
* chore(release): 0.3.1-rc.2 by [@PyDataBlog](https://github.com/PyDataBlog)
48+
* fix(ci): added missing write permission in the github release job by [@PyDataBlog](https://github.com/PyDataBlog)
49+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
4250

4351
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-rc.1...v0.3.1-rc.2
4452

4553
## What's Changed in 0.3.1-rc.1
46-
* chore(release): 0.3.1-rc.1 by @PyDataBlog
47-
* chore(ci): added missing hrefs in changelogs & added specs to benchmarks by @PyDataBlog in [#37](https://github.com/PyDataBlog/simstring_rs/pull/37)
48-
* docs(benchmarks): update benchmark results by @PyDataBlog
54+
* chore(release): 0.3.1-rc.1 by [@PyDataBlog](https://github.com/PyDataBlog)
55+
* chore(ci): added missing hrefs in changelogs & added specs to benchmarks by [@PyDataBlog](https://github.com/PyDataBlog) in [#37](https://github.com/PyDataBlog/simstring_rs/pull/37)
56+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
4957

5058
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-beta.3...v0.3.1-rc.1
5159

5260
## What's Changed in 0.3.1-beta.3
53-
* chore(release): 0.3.1-beta.3 by @PyDataBlog
54-
* fix(ci): Attempt to fix broken auto commit of benchmark results by @PyDataBlog in [#32](https://github.com/PyDataBlog/simstring_rs/pull/32)
61+
* chore(release): 0.3.1-beta.3 by [@PyDataBlog](https://github.com/PyDataBlog)
62+
* fix(ci): Attempt to fix broken auto commit of benchmark results by [@PyDataBlog](https://github.com/PyDataBlog) in [#32](https://github.com/PyDataBlog/simstring_rs/pull/32)
5563

5664
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-beta.2...v0.3.1-beta.3
5765

5866
## What's Changed in 0.3.1-beta.2
59-
* chore(release): 0.3.1-beta.2 by @PyDataBlog
60-
* fix(ci): Added missing dist file path for python wheels by @PyDataBlog in [#31](https://github.com/PyDataBlog/simstring_rs/pull/31)
61-
* fix(ci): Moved repo urls for maturin to env vars by @PyDataBlog in [#30](https://github.com/PyDataBlog/simstring_rs/pull/30)
62-
* fix(ci): maturin can't publish generated bindings by @PyDataBlog in [#29](https://github.com/PyDataBlog/simstring_rs/pull/29)
63-
* feat(ci): Added pypi and test pypi publishing jobs by @PyDataBlog in [#24](https://github.com/PyDataBlog/simstring_rs/pull/24)
64-
* docs(benchmarks): update benchmark results by @PyDataBlog
65-
* chore(release): 0.3.1-beta.1 by @PyDataBlog
66-
* docs(benchmarks): update benchmark results by @PyDataBlog
67-
* fix(ci): remove old wheels from current jobs by @PyDataBlog in [#28](https://github.com/PyDataBlog/simstring_rs/pull/28)
68-
* docs(benchmarks): update benchmark results by @PyDataBlog
67+
* chore(release): 0.3.1-beta.2 by [@PyDataBlog](https://github.com/PyDataBlog)
68+
* fix(ci): Added missing dist file path for python wheels by [@PyDataBlog](https://github.com/PyDataBlog) in [#31](https://github.com/PyDataBlog/simstring_rs/pull/31)
69+
* fix(ci): Moved repo urls for maturin to env vars by [@PyDataBlog](https://github.com/PyDataBlog) in [#30](https://github.com/PyDataBlog/simstring_rs/pull/30)
70+
* fix(ci): maturin can't publish generated bindings by [@PyDataBlog](https://github.com/PyDataBlog) in [#29](https://github.com/PyDataBlog/simstring_rs/pull/29)
71+
* feat(ci): Added pypi and test pypi publishing jobs by [@PyDataBlog](https://github.com/PyDataBlog) in [#24](https://github.com/PyDataBlog/simstring_rs/pull/24)
72+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
73+
* chore(release): 0.3.1-beta.1 by [@PyDataBlog](https://github.com/PyDataBlog)
74+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
75+
* fix(ci): remove old wheels from current jobs by [@PyDataBlog](https://github.com/PyDataBlog) in [#28](https://github.com/PyDataBlog/simstring_rs/pull/28)
76+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
6977

7078
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-alpha.1...v0.3.1-beta.2
7179

7280
## What's Changed in 0.3.1-alpha.1
73-
* chore(release): 0.3.1-alpha.1 by @PyDataBlog
74-
* docs(benchmarks): update benchmark results by @PyDataBlog
75-
* fix(release): fixed hyperlink bug in git-cliff config by @PyDataBlog in [#27](https://github.com/PyDataBlog/simstring_rs/pull/27)
76-
* docs(benchmarks): update benchmark results by @PyDataBlog
77-
* fix(release): Get rid of git-cliff as a dev dependencies by @PyDataBlog in [#26](https://github.com/PyDataBlog/simstring_rs/pull/26)
78-
* docs(benchmarks): update benchmark results by @PyDataBlog
79-
* feat(release): Initial exploration of an automated release management system by @PyDataBlog in [#25](https://github.com/PyDataBlog/simstring_rs/pull/25)
80-
* docs(benchmarks): update benchmark results by @PyDataBlog
81-
* feat!(benchmarks): Refactored benchmarks to produce structure outputs by @PyDataBlog in [#23](https://github.com/PyDataBlog/simstring_rs/pull/23)
81+
* chore(release): 0.3.1-alpha.1 by [@PyDataBlog](https://github.com/PyDataBlog)
82+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
83+
* fix(release): fixed hyperlink bug in git-cliff config by [@PyDataBlog](https://github.com/PyDataBlog) in [#27](https://github.com/PyDataBlog/simstring_rs/pull/27)
84+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
85+
* fix(release): Get rid of git-cliff as a dev dependencies by [@PyDataBlog](https://github.com/PyDataBlog) in [#26](https://github.com/PyDataBlog/simstring_rs/pull/26)
86+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
87+
* feat(release): Initial exploration of an automated release management system by [@PyDataBlog](https://github.com/PyDataBlog) in [#25](https://github.com/PyDataBlog/simstring_rs/pull/25)
88+
* docs(benchmarks): update benchmark results by [@PyDataBlog](https://github.com/PyDataBlog)
89+
* feat!(benchmarks): Refactored benchmarks to produce structure outputs by [@PyDataBlog](https://github.com/PyDataBlog) in [#23](https://github.com/PyDataBlog/simstring_rs/pull/23)
8290

8391
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.0...v0.3.1-alpha.1
8492

8593
## What's Changed in 0.3.0
86-
* feat(python): Add python bindings to the project by @PyDataBlog in [#21](https://github.com/PyDataBlog/simstring_rs/pull/21)
94+
* feat(python): Add python bindings to the project by [@PyDataBlog](https://github.com/PyDataBlog) in [#21](https://github.com/PyDataBlog/simstring_rs/pull/21)
8795

8896
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.2.0...v0.3.0
8997

9098
## What's Changed in 0.2.0
91-
* refactor(api): Optimize data structures to avoid unnecessary allocations and enable parallel searches by @PyDataBlog in [#18](https://github.com/PyDataBlog/simstring_rs/pull/18)
99+
* refactor(api): Optimize data structures to avoid unnecessary allocations and enable parallel searches by [@PyDataBlog](https://github.com/PyDataBlog) in [#18](https://github.com/PyDataBlog/simstring_rs/pull/18)
92100

93101
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.3...v0.2.0
94102

95103
## What's Changed in 0.1.3
96-
* feat: PR and Issues template by @PyDataBlog in [#17](https://github.com/PyDataBlog/simstring_rs/pull/17)
97-
* added order indipendence test by @icfly2 in [#12](https://github.com/PyDataBlog/simstring_rs/pull/12)
104+
* feat: PR and Issues template by [@PyDataBlog](https://github.com/PyDataBlog) in [#17](https://github.com/PyDataBlog/simstring_rs/pull/17)
105+
* added order indipendence test by [@icfly2](https://github.com/icfly2) in [#12](https://github.com/PyDataBlog/simstring_rs/pull/12)
98106

99107
### New Contributors
100108
* @icfly2 made their first contribution in [#12](https://github.com/PyDataBlog/simstring_rs/pull/12)
101109

102110
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.2...v0.1.3
103111

104112
## What's Changed in 0.1.2
105-
* Release: Initial benchmarks compared to other implementations by @PyDataBlog in [#13](https://github.com/PyDataBlog/simstring_rs/pull/13)
106-
* Feat: Initial benchmark suite by @PyDataBlog in [#11](https://github.com/PyDataBlog/simstring_rs/pull/11)
113+
* Release: Initial benchmarks compared to other implementations by [@PyDataBlog](https://github.com/PyDataBlog) in [#13](https://github.com/PyDataBlog/simstring_rs/pull/13)
114+
* Feat: Initial benchmark suite by [@PyDataBlog](https://github.com/PyDataBlog) in [#11](https://github.com/PyDataBlog/simstring_rs/pull/11)
107115

108116
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.1...v0.1.2
109117

110118
## What's Changed in 0.1.1
111-
* WIP: Initial proposed search method for hashdb by @PyDataBlog in [#7](https://github.com/PyDataBlog/simstring_rs/pull/7)
119+
* WIP: Initial proposed search method for hashdb by [@PyDataBlog](https://github.com/PyDataBlog) in [#7](https://github.com/PyDataBlog/simstring_rs/pull/7)
112120

113121
**Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.0...v0.1.1
114122

115123
## What's Changed in 0.1.0
116-
* initial WIP release of simsstring_rust by @PyDataBlog
117-
* Set version to 0.1.0 for initial release of simsstring_rust by @PyDataBlog
118-
* Set version to 0.1.0 for initial release by @PyDataBlog
119-
* Bumped version to v0.1.3 by @PyDataBlog
120-
* Fixed imports based on new name by @PyDataBlog
121-
* Rename crate to simstring_rust and update metadata by @PyDataBlog
122-
* Fix: keywords not exceeding 5 items by @PyDataBlog in [#3](https://github.com/PyDataBlog/simstring_rs/pull/3)
123-
* Fix: Added tag trigger to CI workflow by @PyDataBlog in [#2](https://github.com/PyDataBlog/simstring_rs/pull/2)
124-
* Initial API structure by @PyDataBlog in [#1](https://github.com/PyDataBlog/simstring_rs/pull/1)
125-
* Init: Initial commit by @PyDataBlog
124+
* initial WIP release of simsstring_rust by [@PyDataBlog](https://github.com/PyDataBlog)
125+
* Set version to 0.1.0 for initial release of simsstring_rust by [@PyDataBlog](https://github.com/PyDataBlog)
126+
* Set version to 0.1.0 for initial release by [@PyDataBlog](https://github.com/PyDataBlog)
127+
* Bumped version to v0.1.3 by [@PyDataBlog](https://github.com/PyDataBlog)
128+
* Fixed imports based on new name by [@PyDataBlog](https://github.com/PyDataBlog)
129+
* Rename crate to simstring_rust and update metadata by [@PyDataBlog](https://github.com/PyDataBlog)
130+
* Fix: keywords not exceeding 5 items by [@PyDataBlog](https://github.com/PyDataBlog) in [#3](https://github.com/PyDataBlog/simstring_rs/pull/3)
131+
* Fix: Added tag trigger to CI workflow by [@PyDataBlog](https://github.com/PyDataBlog) in [#2](https://github.com/PyDataBlog/simstring_rs/pull/2)
132+
* Initial API structure by [@PyDataBlog](https://github.com/PyDataBlog) in [#1](https://github.com/PyDataBlog/simstring_rs/pull/1)
133+
* Init: Initial commit by [@PyDataBlog](https://github.com/PyDataBlog)
126134

127135
### New Contributors
128136
* @PyDataBlog made their first contribution

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.4"
3+
version = "0.3.5-beta.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)