From 72efc4b0f2b7642073b5cc8afc2c8bfc30c58b97 Mon Sep 17 00:00:00 2001 From: xoviat Date: Sun, 14 Dec 2025 12:52:12 -0600 Subject: [PATCH] rel prep --- CHANGELOG.md | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811007e..4f7b3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v0.4.3] - 2025-12-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index 810b824..44dea1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ categories = ["embedded", "memory-management", "no-std"] description = "A newtype with alignment of at least `A` bytes" documentation = "https://docs.rs/aligned" -edition = "2021" +edition = "2024" keywords = ["alignment", "aligned", "array", "static"] license = "MIT OR Apache-2.0" name = "aligned" repository = "https://github.com/rust-embedded-community/aligned" -version = "0.4.2" +version = "0.4.3" [dependencies] -as-slice = "0.2.0" +as-slice = "0.2.1"