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.5] - 2017-12-12
8
10
### Changed
9
11
- ` assert_eq_size_ptr ` wraps its code inside of a closure, ensuring that the
10
12
unsafe code inside never runs
@@ -75,7 +77,8 @@ Initial release
75
77
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
76
78
[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
77
79
78
- [ Unreleased ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.4...HEAD
80
+ [ Unreleased ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.5...HEAD
81
+ [ 0.2.5 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.4...v0.2.5
79
82
[ 0.2.4 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.3...v0.2.4
80
83
[ 0.2.3 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.2...v0.2.3
81
84
[ 0.2.2 ] : https://github.com/nvzqz/static-assertions-rs/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " static_assertions"
3
- version = " 0.2.4 "
3
+ version = " 0.2.5 "
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.4 "
14
+ static_assertions = " 0.2.5 "
15
15
```
16
16
17
17
and this to your crate root:
Original file line number Diff line number Diff line change 11
11
//!
12
12
//! ```toml
13
13
//! [dependencies]
14
- //! static_assertions = "0.2.4 "
14
+ //! static_assertions = "0.2.5 "
15
15
//! ```
16
16
//!
17
17
//! and this to your crate root:
You can’t perform that action at this time.
0 commit comments