Skip to content

Commit bf2e3d7

Browse files
committed
Publish 0.3.3
1 parent 8f4deab commit bf2e3d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## Unreleased
44

5-
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`
5+
## 0.3.3 - 2025-10-23
6+
7+
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`
68
~2x speedup inline, ~4-22x for heap.
79
- Optimise `StrExt::to_lowercase_smolstr`, `StrExt::to_uppercase_smolstr` ~2x speedup inline, ~5-50x for heap.
810
- Optimise `StrExt::replace_smolstr`, `StrExt::replacen_smolstr` for single ascii replace,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smol_str"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "small-string optimized string type with O(1) clone"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-analyzer/smol_str"

0 commit comments

Comments
 (0)