We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93359b3 commit 9cf2d07Copy full SHA for 9cf2d07
CHANGES.md
@@ -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
8
# vob 3.0.3 (2022-08-02)
9
10
* Update dependencies.
Cargo.toml
@@ -2,7 +2,7 @@
name = "vob"
description = "Vector of Bits with Vec-like API and usize backing storage"
repository = "https://github.com/softdevteam/vob/"
-version = "3.0.3"
+version = "3.0.4"
authors = ["Laurence Tratt <laurie@tratt.net>"]
readme = "README.md"
license = "Apache-2.0/MIT"
0 commit comments