[Release] Prepare 0.2.4

This commit is contained in:
Nikolai Vazquez 2017-12-11 03:50:25 -05:00
parent 2ce98f80f7
commit 1857534593
4 changed files with 7 additions and 4 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog] and this project adheres to
[Semantic Versioning].
## [Unreleased]
## [0.2.4] - 2017-12-11
### Removed
- Removed the actual call to `mem::transmute` while still utilizing it for size
verification ([Simon Sapin], [#5])
@ -62,7 +64,8 @@ Initial release
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
[Unreleased]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.0...v0.2.1

View File

@ -1,6 +1,6 @@
[package]
name = "static_assertions"
version = "0.2.3"
version = "0.2.4"
authors = ["Nikolai Vazquez"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/nvzqz/static-assertions-rs"

View File

@ -11,7 +11,7 @@ following to your project's `Cargo.toml`:
```toml
[dependencies]
static_assertions = "0.2.3"
static_assertions = "0.2.4"
```
and this to your crate root:

View File

@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! static_assertions = "0.2.3"
//! static_assertions = "0.2.4"
//! ```
//!
//! and this to your crate root: