Skip to content

Commit dd81c89

Browse files
v0.1.7
1 parent 0d2b16e commit dd81c89

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.1.7
4+
- Improved compile error message when not using `-target-cpu=native`. (#37)
5+
- Added installation section to README, explaining the use of `RUSTFLAGS` and
6+
minimal required rust version. (#37)
7+
- Assert whether the selected profile supports overhang.
8+
- Add `cargo-dist` for binary release artifacts.
9+
310
## 0.1.6
411
- feat: Use `wide` instead of `portable-simd` so that `sassy` now works on
512
stable Rust (#26). It's slightly (<5%) slower and has slightly ugly code, but

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 = "sassy"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2024"
55
authors = ["Rick Beeloo", "Ragnar Groot Koerkamp"]
66
description = "Approximate string matching using SIMD"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
# sassy is already taken in pypi.
77
name = "sassy-rs"
8-
version = "0.1.6"
8+
version = "0.1.7"
99
description = "Fast approximate string searching using SIMD"
1010
readme = "python/README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)