Skip to content

Commit 7e5a90b

Browse files
committed
chore(release): 0.3.1-beta.2
1 parent 74f259a commit 7e5a90b

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,33 @@
22
All notable changes to this project will be documented in this file.
33

44

5-
## [0.3.1-beta.1] - 2025-07-16
5+
## [0.3.1-beta.2] - 2025-07-17
66

77

88
### Bug Fixes
99

1010
- (**ci**) Remove old wheels from current jobs (#28) ([0507233])
1111

12+
- (**ci**) Maturin can't publish generated bindings as it can't find the correct path (#29) ([2579a2b])
13+
14+
- (**ci**) Moved repo urls for maturin to env vars (#30) ([d81deef])
15+
16+
- (**ci**) Added missing dist file path for python wheels (#31) ([74f259a])
17+
1218

1319
### Documentation
1420

1521
- (**benchmarks**) Update benchmark results ([f34d96f])
1622

1723
- (**benchmarks**) Update benchmark results ([0766907])
1824

25+
- (**benchmarks**) Update benchmark results ([1129c90])
26+
27+
28+
### Features
29+
30+
- (**ci**) Added pypi and test pypi publishing jobs (#24) ([b59cbc6])
31+
1932

2033

2134
## [0.3.1-alpha.1] - 2025-07-14

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.1"
3+
version = "0.3.1-beta.2"
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)