Skip to content

Commit 4ab6d63

Browse files
committed
0.7.3
1 parent 6712744 commit 4ab6d63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Recent Changes (arrayvec)
22
=========================
33

4+
## 0.7.3
5+
6+
- Use track_caller on multiple methods like push and similar, for capacity
7+
overflows by @kornelski
8+
- impl BorrowMut for ArrayString by @msrd0
9+
- Fix stacked borrows violations by @clubby789
10+
- Update Miri CI by @RalfJung
11+
412
## 0.7.2
513

614
- Add `.as_mut_str()` to `ArrayString` by @clarfonthey

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["bluss"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)