File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All releases of **static_assertions** adhere to [Semantic Versioning][semver].
4
4
5
5
---
6
6
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
+
7
18
## [ v0.2.2] ( https://github.com/nvzqz/static-assertions-rs/tree/v0.2.2 ) (2017-08-13)
8
19
9
20
- [ Changes] ( 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.2 "
3
+ version = " 0.2.3 "
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.2 "
14
+ static_assertions = " 0.2.3 "
15
15
```
16
16
17
17
and this to your crate root:
Original file line number Diff line number Diff line change 7
7
//!
8
8
//! ```toml
9
9
//! [dependencies]
10
- //! static_assertions = "0.2.2 "
10
+ //! static_assertions = "0.2.3 "
11
11
//! ```
12
12
//!
13
13
//! and this to your crate root:
You can’t perform that action at this time.
0 commit comments