diff --git a/CHANGELOG.md b/CHANGELOG.md index ab13ab8..729e217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.5 + +- Implements `ToArrayString` for `FixedString` under a feature gate. + # 0.4.4 - Documents Minimum Supported Rust Version diff --git a/Cargo.lock b/Cargo.lock index a84aefe..b97805d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "small-fixed-array" -version = "0.4.4" +version = "0.4.5" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index ac2f104..fdea150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/GnomedDev/small-fixed-array" keywords = ["array", "string", "collection", "low-memory"] categories = ["data-structures"] rust-version = "1.70" -version = "0.4.4" +version = "0.4.5" edition = "2021" license = "MIT"