Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Jun 12, 2023
1 parent 6712744 commit 4ab6d63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Recent Changes (arrayvec)
=========================

## 0.7.3

- Use track_caller on multiple methods like push and similar, for capacity
overflows by @kornelski
- impl BorrowMut for ArrayString by @msrd0
- Fix stacked borrows violations by @clubby789
- Update Miri CI by @RalfJung

## 0.7.2

- Add `.as_mut_str()` to `ArrayString` by @clarfonthey
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.7.2"
version = "0.7.3"
authors = ["bluss"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit 4ab6d63

Please sign in to comment.