Skip to content

Commit 1857534

Browse files
committed
[Release] Prepare 0.2.4
1 parent 2ce98f8 commit 1857534

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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
1012
verification ([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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "static_assertions"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Nikolai Vazquez"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/nvzqz/static-assertions-rs"

README.md

+1-1
Original file line numberDiff line numberDiff 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

1717
and this to your crate root:

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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:

0 commit comments

Comments
 (0)