File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog] and this project adheres to
5
5
[ Semantic Versioning] .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.2.4] - 2017-12-11
8
10
### Removed
9
11
- Removed the actual call to ` mem::transmute ` while still utilizing it for size
10
12
verification ([ Simon Sapin] , [ #5 ] )
@@ -62,7 +64,8 @@ Initial release
62
64
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
63
65
[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
64
66
65
- [ Unreleased ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.3...HEAD
67
+ [ Unreleased ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.4...HEAD
68
+ [ 0.2.4 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.3...v0.2.4
66
69
[ 0.2.3 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.2...v0.2.3
67
70
[ 0.2.2 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.1...v0.2.2
68
71
[ 0.2.1 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " static_assertions"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
authors = [" Nikolai Vazquez" ]
5
5
license = " MIT/Apache-2.0"
6
6
homepage = " https://github.com/nvzqz/static-assertions-rs"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ following to your project's `Cargo.toml`:
11
11
12
12
``` toml
13
13
[dependencies ]
14
- static_assertions = " 0.2.3 "
14
+ static_assertions = " 0.2.4 "
15
15
```
16
16
17
17
and this to your crate root:
Original file line number Diff line number Diff line change 7
7
//!
8
8
//! ```toml
9
9
//! [dependencies]
10
- //! static_assertions = "0.2.3 "
10
+ //! static_assertions = "0.2.4 "
11
11
//! ```
12
12
//!
13
13
//! and this to your crate root:
You can’t perform that action at this time.
0 commit comments