Skip to content

Commit 94002c4

Browse files
Bump version to 0.4.0
1 parent 6cdd6a4 commit 94002c4

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
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
10+
## [0.4.0] - 2019-08-26
911
This is a pretty large release. The whole crate was more or less completely
1012
rewritten. So it might almost be more useful to forget everything about the
1113
crate and learn everything anew instead of digging through this changelog.
@@ -142,7 +144,8 @@ crate and learn everything anew instead of digging through this changelog.
142144
- Everything.
143145

144146

145-
[Unreleased]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.2...HEAD
147+
[Unreleased]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.4.0...HEAD
148+
[0.3.2]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.2...v0.4.0
146149
[0.3.2]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.1...v0.3.2
147150
[0.3.1]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.0...v0.3.1
148151
[0.3.0]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.2.2...v0.3.0

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.0-beta"
3+
version = "0.4.0"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)