Skip to content

Commit 9cf2d07

Browse files
committed
Prepare a 3.0.4 release.
1 parent 93359b3 commit 9cf2d07

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# vob 3.0.4 (2025-03-17)
2+
3+
* Drop support for Rust pre-1.37.
4+
5+
* Use Criterion for internal benchmarking and add several benchmarks.
6+
7+
18
# vob 3.0.3 (2022-08-02)
29

310
* Update dependencies.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "vob"
33
description = "Vector of Bits with Vec-like API and usize backing storage"
44
repository = "https://github.com/softdevteam/vob/"
5-
version = "3.0.3"
5+
version = "3.0.4"
66
authors = ["Laurence Tratt <laurie@tratt.net>"]
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)