Skip to content

Commit

Permalink
[Release] Prepare 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Dec 12, 2017
1 parent 4954519 commit 9f9c15d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog] and this project adheres to
[Semantic Versioning].

## [Unreleased]

## [0.2.5] - 2017-12-12
### Changed
- `assert_eq_size_ptr` wraps its code inside of a closure, ensuring that the
unsafe code inside never runs
Expand Down Expand Up @@ -75,7 +77,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.4...HEAD
[Unreleased]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/nvzqz/static-assertions-rs/compare/v0.2.4...v0.2.5
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "static_assertions"
version = "0.2.4"
version = "0.2.5"
authors = ["Nikolai Vazquez"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/nvzqz/static-assertions-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ following to your project's `Cargo.toml`:

```toml
[dependencies]
static_assertions = "0.2.4"
static_assertions = "0.2.5"
```

and this to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! static_assertions = "0.2.4"
//! static_assertions = "0.2.5"
//! ```
//!
//! and this to your crate root:
Expand Down

0 comments on commit 9f9c15d

Please sign in to comment.