Skip to content

Commit

Permalink
rel prep
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Mar 24, 2024
1 parent 56728d6 commit 5604a93
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]

### 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 <jorge@japaric.io>"]
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 5604a93

Please sign in to comment.