Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Nov 25, 2024
1 parent 2412fb1 commit fe760b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* **`1.1.1`**
* Add `Flatten` and `Unflatten` traits for converting between nested arrays.

* **`1.1.0`**
* Add `Remove` trait that adds `remove`/`swap_remove` to `GenericArray` (inspired by [#147](https://github.com/fizyk20/generic-array/pull/147))
* Soft-deprecate `internals::ArrayBuilder` in favor of `internals::IntrusiveArrayBuilder`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "generic-array"
version = "1.1.0"
version = "1.1.1"
authors = ["Bartłomiej Kamiński <[email protected]>", "Aaron Trent <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit fe760b1

Please sign in to comment.