Skip to content

Commit

Permalink
Publish v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 12, 2024
1 parent 8806067 commit 0706933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# unreleased

# 0.5.0

- Add `no_std` support.
- 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.
instead of the `unicode-segmentation` library to determine word boundaries in all cases.

# 0.4.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0706933

Please sign in to comment.