Skip to content

Commit fe760b1

Browse files
committed
Bump version
1 parent 2412fb1 commit fe760b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* **`1.1.1`**
2+
* Add `Flatten` and `Unflatten` traits for converting between nested arrays.
3+
14
* **`1.1.0`**
25
* Add `Remove` trait that adds `remove`/`swap_remove` to `GenericArray` (inspired by [#147](https://github.com/fizyk20/generic-array/pull/147))
36
* Soft-deprecate `internals::ArrayBuilder` in favor of `internals::IntrusiveArrayBuilder`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

0 commit comments

Comments
 (0)