Skip to content

Commit db3ab4f

Browse files
committed
v0.3.4
1 parent f914e77 commit db3ab4f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.3.4] - 2020-07-31
9+
10+
### Added
11+
12+
- `Aligned` now implements the `PartialEq`, `Eq`, `PartialOrd`, `Ord` and `Hash` traits.
13+
814
## [v0.3.3] - 2020-07-28
915

1016
### Added
@@ -62,7 +68,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6268

6369
- Initial release
6470

65-
[Unreleased]: https://github.com/japaric/aligned/compare/v0.3.3...HEAD
71+
[Unreleased]: https://github.com/japaric/aligned/compare/v0.3.4...HEAD
72+
[v0.3.4]: https://github.com/japaric/aligned/compare/v0.3.3...v0.3.4
6673
[v0.3.3]: https://github.com/japaric/aligned/compare/v0.3.2...v0.3.3
6774
[v0.3.2]: https://github.com/japaric/aligned/compare/v0.3.1...v0.3.2
6875
[v0.3.1]: https://github.com/japaric/aligned/compare/v0.3.0...v0.3.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["alignment", "aligned", "array", "static"]
88
license = "MIT OR Apache-2.0"
99
name = "aligned"
1010
repository = "https://github.com/japaric/aligned"
11-
version = "0.3.3"
11+
version = "0.3.4"
1212

1313
[dependencies]
1414
as-slice = "0.1.0"

0 commit comments

Comments
 (0)