Skip to content

Commit f887ccb

Browse files
committed
v0.7.0
1 parent bc7736c commit f887ccb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.7.0
44
### Added
55
- `AnyValueClonable` and `LazyClone` added.
66
- `AnyVec` getters added.
@@ -11,6 +11,9 @@
1111
- `traits::EmptyTrait` renamed to `traits::None`.
1212
- `AnyValue` interface changed.
1313

14+
### Optimized
15+
- Performance of all remove operations slightly increased.
16+
1417
## 0.6.0
1518
### Added
1619
- `AnyVec` now can be Sync, Send, Clone.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "any_vec"
33
authors = ["Andrey Diduh <[email protected]>"]
44
license = "MIT OR Apache-2.0"
5-
version = "0.6.0"
5+
version = "0.7.0"
66
edition = "2021"
77
rust-version = "1.61.0"
88
description = "Type erased vector. Most operations can be done without type knowledge. Mostly zero overhead."

0 commit comments

Comments
 (0)