We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8806067 commit 0706933Copy full SHA for 0706933
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# unreleased
2
3
+# 0.5.0
4
+
5
- Add `no_std` support.
6
- Remove non-additive `unicode` feature. The library now uses `char::is_alphanumeric`
- instead of the `uncode-segmentation` library to determine word boundaries in all cases.
7
+ instead of the `unicode-segmentation` library to determine word boundaries in all cases.
8
9
# 0.4.1
10
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "heck"
-version = "0.5.0-rc.1"
+version = "0.5.0"
edition = "2021"
rust-version = "1.56"
license = "MIT OR Apache-2.0"
0 commit comments