We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f87f33 commit 66cbcefCopy full SHA for 66cbcef
1 file changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [0.6.0] - Unreleased
+## [0.6.0] - 2026-03-15
6
7
### BREAKING
8
@@ -16,10 +16,6 @@ All notable changes to this project will be documented in this file.
16
instead of the previous struct-based JSON format. Data serialized with
17
0.5.x cannot be deserialized with 0.6.0.
18
19
-* **`rand` upgraded from 0.9 to 0.10**: Affects downstream code that
20
- uses `rand` types from the public API or benchmarks. The `Rng` trait
21
- methods `random_range` and `random` moved to `RngExt`.
22
-
23
### New
24
25
* **`seq` module**: Introduced `SeqVec`, a compressed vector of
0 commit comments