Skip to content

Commit

Permalink
rel prep (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev authored Mar 24, 2024
1 parent 56728d6 commit 25f08cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [v0.4.1] - 2022-05-m3
## [v0.4.2] - 2024-03-24

### Added

- Add `A1` type
- Make the `Alignment` trait public, but unimplementable
- Add some `Borrow`/`BorrowMut` trait impls

### Changed

### Removed

## [v0.4.1] - 2022-05-30

### Added

Expand Down
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[package]
authors = ["Jorge Aparicio <[email protected]>"]
categories = ["embedded", "memory-management", "no-std"]
description = "A newtype with alignment of at least `A` bytes"
documentation = "https://docs.rs/aligned"
edition = "2018"
edition = "2021"
keywords = ["alignment", "aligned", "array", "static"]
license = "MIT OR Apache-2.0"
name = "aligned"
repository = "https://github.com/japaric/aligned"
version = "0.4.1"
repository = "https://github.com/rust-embedded-community/aligned"
version = "0.4.2"

[dependencies]
as-slice = "0.2.0"

0 comments on commit 25f08cf

Please sign in to comment.