Skip to content

Commit

Permalink
Bump version to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Dec 2, 2024
1 parent fdb78be commit 42b7aca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.7

- Removes a useless `NonZero` optimisation, fixing `FixedArray<ZST, LenT>`.

# 0.4.6

- Implements conversions from `FixedArray` and `FixedString` to `Cow::Borrowed`
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
version = "0.4.7"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 42b7aca

Please sign in to comment.