Skip to content

Commit e5f9fc9

Browse files
committed
chore(release): 0.3.3
1 parent 8a6b8ae commit e5f9fc9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

44

5+
## [0.3.3] - 2025-11-05
6+
7+
8+
### Documentation
9+
10+
- (**benchmarks**) Update benchmark results ([9a1999f](https://github.com/PyDataBlog/simstring_rs/commit/9a1999fb377a6a514b49c5efdaa981a9c7b9a458))
11+
12+
13+
### Features
14+
15+
- (**bindings**) Expose extractor for direct usage in Python [#47](https://github.com/PyDataBlog/simstring_rs/issues/47) ([8a6b8ae](https://github.com/PyDataBlog/simstring_rs/commit/8a6b8ae4e183cf491d857402cd8f15ba015181a7))
16+
17+
18+
519
## [0.3.2] - 2025-11-04
620

721

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