Skip to content

Commit 5604a93

Browse files
committed
rel prep
1 parent 56728d6 commit 5604a93

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Removed
1313

14-
## [v0.4.1] - 2022-05-m3
14+
## [v0.4.2]
15+
16+
### Added
17+
18+
- Add `A1` type
19+
- Make the `Alignment` trait public, but unimplementable
20+
- Add some `Borrow`/`BorrowMut` trait impls
21+
22+
### Changed
23+
24+
### Removed
25+
26+
## [v0.4.1] - 2022-05-30
1527

1628
### Added
1729

Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[package]
2-
authors = ["Jorge Aparicio <jorge@japaric.io>"]
32
categories = ["embedded", "memory-management", "no-std"]
43
description = "A newtype with alignment of at least `A` bytes"
54
documentation = "https://docs.rs/aligned"
6-
edition = "2018"
5+
edition = "2021"
76
keywords = ["alignment", "aligned", "array", "static"]
87
license = "MIT OR Apache-2.0"
98
name = "aligned"
10-
repository = "https://github.com/japaric/aligned"
11-
version = "0.4.1"
9+
repository = "https://github.com/rust-embedded-community/aligned"
10+
version = "0.4.2"
1211

1312
[dependencies]
1413
as-slice = "0.2.0"

0 commit comments

Comments
 (0)