Skip to content

Commit 4c7fecf

Browse files
committed
Bump version to 0.4.9
1 parent 04256e4 commit 4c7fecf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.4.9
2+
3+
- Implements `TryFrom<Vec<T>>` for `FixedArray<T>`, and `TryFrom<String>` for `FixedString`.
4+
- Fixes `FixedString::from_static_trunc` panicking on char boundaries when truncating.
5+
- Implements `From<char>` for `FixedString`.
6+
7+
Thanks to `Joshix-1` on GitHub for these improvements.
8+
19
# 0.4.8
210

311
- Fixes `FixedArray<ZST, LenT>::is_empty`, as it was not updated after the `NonZero` optimisation was removed.

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
@@ -5,7 +5,7 @@ repository = "https://github.com/GnomedDev/small-fixed-array"
55
keywords = ["array", "string", "collection", "low-memory"]
66
categories = ["data-structures"]
77
rust-version = "1.70"
8-
version = "0.4.8"
8+
version = "0.4.9"
99
edition = "2021"
1010
license = "MIT"
1111

0 commit comments

Comments
 (0)