Skip to content

Commit ca719ae

Browse files
committed
v0.4.1
1 parent 2da99d7 commit ca719ae

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
### Added
9+
10+
### Changed
11+
12+
### Removed
13+
14+
## [v0.4.1] - 2022-05-m3
15+
16+
### Added
17+
18+
- `Aligned<A, T>` implements `Copy` if `T` implements `Copy`
19+
820
## [v0.4.0] - 2021-07-24
921

1022
### Changed
@@ -82,7 +94,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8294

8395
- Initial release
8496

85-
[Unreleased]: https://github.com/japaric/aligned/compare/v0.3.4...HEAD
97+
[Unreleased]: https://github.com/japaric/aligned/compare/v0.4.1...HEAD
98+
[v0.4.1]: https://github.com/japaric/aligned/compare/v0.4.0...v0.4.1
99+
[v0.4.0]: https://github.com/japaric/aligned/compare/v0.3.5...v0.4.0
100+
[v0.3.5]: https://github.com/japaric/aligned/compare/v0.3.4...v0.3.5
86101
[v0.3.4]: https://github.com/japaric/aligned/compare/v0.3.3...v0.3.4
87102
[v0.3.3]: https://github.com/japaric/aligned/compare/v0.3.2...v0.3.3
88103
[v0.3.2]: https://github.com/japaric/aligned/compare/v0.3.1...v0.3.2

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.4.0"
11+
version = "0.4.1"
1212

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

0 commit comments

Comments
 (0)