File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 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
55[ Semantic Versioning] .
66
77## [ Unreleased]
8+
9+ ## [ 0.2.4] - 2017-12-11
810### Removed
911- Removed the actual call to ` mem::transmute ` while still utilizing it for size
1012verification ([ Simon Sapin] , [ #5 ] )
@@ -62,7 +64,8 @@ Initial release
6264[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
6365[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
6466
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
6669[ 0.2.3 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.2...v0.2.3
6770[ 0.2.2 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.1...v0.2.2
6871[ 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 11[package ]
22name = " static_assertions"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
44authors = [" Nikolai Vazquez" ]
55license = " MIT/Apache-2.0"
66homepage = " 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`:
1111
1212``` toml
1313[dependencies ]
14- static_assertions = " 0.2.3 "
14+ static_assertions = " 0.2.4 "
1515```
1616
1717and this to your crate root:
Original file line number Diff line number Diff line change 77//!
88//! ```toml
99//! [dependencies]
10- //! static_assertions = "0.2.3 "
10+ //! static_assertions = "0.2.4 "
1111//! ```
1212//!
1313//! and this to your crate root:
You can’t perform that action at this time.
0 commit comments