Skip to content

Commit b08b18b

Browse files
Bump version to 0.4.2
1 parent 4d9fc96 commit b08b18b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.4.2] - 2026-03-07
10+
- Fix lifetime warning for `values_mut` in [#49](https://github.com/LukasKalbertodt/stable-vec/pull/49), thanks @roeeshoshani
11+
- Remove `no-std-compat` dependency in [#43](https://github.com/LukasKalbertodt/stable-vec/pull/43), thanks @Luro02
12+
- Add `rust-version` to `Cargo.toml` (it's 1.36, unchanged from 0.4.1)
13+
- Remove `badges` section from `Cargo.toml`
14+
915
## [0.4.1] - 2024-03-17
1016
- Fix UB in `InlineStableVec` (`OptionCore`) in [#45](https://github.com/LukasKalbertodt/stable-vec/pull/45) & [#46](https://github.com/LukasKalbertodt/stable-vec/pull/46). Thanks a lot @ratmice for detecting and fixing this.
1117
- Fix badges in README
@@ -148,7 +154,8 @@ crate and learn everything anew instead of digging through this changelog.
148154
- Everything.
149155

150156

151-
[Unreleased]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.4.1...HEAD
157+
[Unreleased]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.4.2...HEAD
158+
[0.4.2]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.4.1...v0.4.2
152159
[0.4.1]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.4.0...v0.4.1
153160
[0.4.0]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.2...v0.4.0
154161
[0.3.2]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.1...v0.3.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-vec"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
55
edition = "2018"
66
rust-version = "1.36.0"

0 commit comments

Comments
 (0)