Skip to content

Commit 0706933

Browse files
committed
Publish v0.5.0
1 parent 8806067 commit 0706933

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# unreleased
22

3+
# 0.5.0
4+
35
- Add `no_std` support.
46
- Remove non-additive `unicode` feature. The library now uses `char::is_alphanumeric`
5-
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.
68

79
# 0.4.1
810

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heck"
3-
version = "0.5.0-rc.1"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)