Skip to content

Commit f13f8e5

Browse files
authored
Merge pull request #28 from xoviat/rel
rel prep
2 parents 10a449d + 72efc4b commit f13f8e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [v0.4.3] - 2025-12-14
77

88
### Added
99

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
categories = ["embedded", "memory-management", "no-std"]
33
description = "A newtype with alignment of at least `A` bytes"
44
documentation = "https://docs.rs/aligned"
5-
edition = "2021"
5+
edition = "2024"
66
keywords = ["alignment", "aligned", "array", "static"]
77
license = "MIT OR Apache-2.0"
88
name = "aligned"
99
repository = "https://github.com/rust-embedded-community/aligned"
10-
version = "0.4.2"
10+
version = "0.4.3"
1111

1212
[dependencies]
13-
as-slice = "0.2.0"
13+
as-slice = "0.2.1"

0 commit comments

Comments
 (0)