Skip to content

Commit 42843cd

Browse files
committed
Bump version
1 parent 59dad41 commit 42843cd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* **`0.12.4`**
2+
* Fix unsoundness in the `arr!` macro.
3+
14
* **`0.12.0`**
25
* Allow trailing commas in `arr!` macro.
36
* **BREAKING**: Serialize `GenericArray` using `serde` tuples, instead of variable-length sequences. This may not be compatible with old serialized data.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

77
description = "Generic types implementing functionality of arrays"
@@ -28,4 +28,4 @@ serde = { version = "1.0", optional = true, default-features = false }
2828
[dev_dependencies]
2929
# this can't yet be made optional, see https://github.com/rust-lang/cargo/issues/1596
3030
serde_json = "1.0"
31-
bincode = "1.0"
31+
bincode = "1.0"

0 commit comments

Comments
 (0)