File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 0.4.0] - 2019-08-26
9
11
This is a pretty large release. The whole crate was more or less completely
10
12
rewritten. So it might almost be more useful to forget everything about the
11
13
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.
142
144
- Everything.
143
145
144
146
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
146
149
[ 0.3.2 ] : https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.1...v0.3.2
147
150
[ 0.3.1 ] : https://github.com/LukasKalbertodt/stable-vec/compare/v0.3.0...v0.3.1
148
151
[ 0.3.0 ] : https://github.com/LukasKalbertodt/stable-vec/compare/v0.2.2...v0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stable-vec"
3
- version = " 0.4.0-beta "
3
+ version = " 0.4.0"
4
4
authors = [
" Lukas Kalbertodt <[email protected] >" ]
5
5
edition = " 2018"
6
6
You can’t perform that action at this time.
0 commit comments