|
| 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 | + |
1 | 8 | ## 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) |
6 | 14 |
|
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 |
8 | 16 |
|
9 | 17 | ## 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) |
13 | 21 |
|
14 | 22 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.2...v0.3.3 |
15 | 23 |
|
16 | 24 | ## 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) |
21 | 29 |
|
22 | 30 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1...v0.3.2 |
23 | 31 |
|
24 | 32 | ## 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) |
27 | 35 |
|
28 | 36 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-rc.3...v0.3.1 |
29 | 37 |
|
30 | 38 | ## 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) |
35 | 43 |
|
36 | 44 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-rc.2...v0.3.1-rc.3 |
37 | 45 |
|
38 | 46 | ## 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) |
42 | 50 |
|
43 | 51 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-rc.1...v0.3.1-rc.2 |
44 | 52 |
|
45 | 53 | ## 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) |
49 | 57 |
|
50 | 58 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-beta.3...v0.3.1-rc.1 |
51 | 59 |
|
52 | 60 | ## 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) |
55 | 63 |
|
56 | 64 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-beta.2...v0.3.1-beta.3 |
57 | 65 |
|
58 | 66 | ## 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) |
69 | 77 |
|
70 | 78 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.1-alpha.1...v0.3.1-beta.2 |
71 | 79 |
|
72 | 80 | ## 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) |
82 | 90 |
|
83 | 91 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.3.0...v0.3.1-alpha.1 |
84 | 92 |
|
85 | 93 | ## 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) |
87 | 95 |
|
88 | 96 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.2.0...v0.3.0 |
89 | 97 |
|
90 | 98 | ## 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) |
92 | 100 |
|
93 | 101 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.3...v0.2.0 |
94 | 102 |
|
95 | 103 | ## 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) |
98 | 106 |
|
99 | 107 | ### New Contributors |
100 | 108 | * @icfly2 made their first contribution in [#12](https://github.com/PyDataBlog/simstring_rs/pull/12) |
101 | 109 |
|
102 | 110 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.2...v0.1.3 |
103 | 111 |
|
104 | 112 | ## 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) |
107 | 115 |
|
108 | 116 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.1...v0.1.2 |
109 | 117 |
|
110 | 118 | ## 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) |
112 | 120 |
|
113 | 121 | **Full Changelog**: https://github.com/PyDataBlog/simstring_rs/compare/v0.1.0...v0.1.1 |
114 | 122 |
|
115 | 123 | ## 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) |
126 | 134 |
|
127 | 135 | ### New Contributors |
128 | 136 | * @PyDataBlog made their first contribution |
|
0 commit comments