Skip to content

Commit

Permalink
[Release] Prepare 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Aug 24, 2017
1 parent f911475 commit dcc1f42
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All releases of **static_assertions** adhere to [Semantic Versioning][semver].

---

## [v0.2.3](https://github.com/nvzqz/static-assertions-rs/tree/v0.2.3) (2017-08-24)

- [Changes](https://github.com/nvzqz/static-assertions-rs/compare/v0.2.2...v0.2.3)
- [Release](https://github.com/nvzqz/static-assertions-rs/releases/tag/v0.2.3)

### Improvements
- Removed clippy warnings
- Trailing commas are now allowed

---

## [v0.2.2](https://github.com/nvzqz/static-assertions-rs/tree/v0.2.2) (2017-08-13)

- [Changes](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.2"
version = "0.2.3"
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.2"
static_assertions = "0.2.3"
```

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 @@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! static_assertions = "0.2.2"
//! static_assertions = "0.2.3"
//! ```
//!
//! and this to your crate root:
Expand Down

0 comments on commit dcc1f42

Please sign in to comment.