Skip to content

Commit 1bb8f50

Browse files
v0.1.9
1 parent fa7de3a commit 1bb8f50

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## git
3+
## 0.1.9
44
- Implement `RcSearchable` for `?Sized` types such as `[u8]`, so that `seach(_, text, _)` now works for `text: &[u8]`, instead of only `text: &&[u8]`.
55
- Migrate back from `cargo-dist` to a small manual `release.yaml`.
66

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

0 commit comments

Comments
 (0)