Skip to content

Commit dcc1f42

Browse files
committed
[Release] Prepare 0.2.3
1 parent f911475 commit dcc1f42

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All releases of **static_assertions** adhere to [Semantic Versioning][semver].
44

55
---
66

7+
## [v0.2.3](https://github.com/nvzqz/static-assertions-rs/tree/v0.2.3) (2017-08-24)
8+
9+
- [Changes](https://github.com/nvzqz/static-assertions-rs/compare/v0.2.2...v0.2.3)
10+
- [Release](https://github.com/nvzqz/static-assertions-rs/releases/tag/v0.2.3)
11+
12+
### Improvements
13+
- Removed clippy warnings
14+
- Trailing commas are now allowed
15+
16+
---
17+
718
## [v0.2.2](https://github.com/nvzqz/static-assertions-rs/tree/v0.2.2) (2017-08-13)
819

920
- [Changes](https://github.com/nvzqz/static-assertions-rs/compare/v0.2.1...v0.2.2)

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.2"
3+
version = "0.2.3"
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.2"
14+
static_assertions = "0.2.3"
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.2"
10+
//! static_assertions = "0.2.3"
1111
//! ```
1212
//!
1313
//! and this to your crate root:

0 commit comments

Comments
 (0)