diff --git a/Cargo.lock b/Cargo.lock index 50ae7c56..2e3d8782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aarch64-dit" -version = "0.0.1-alpha" +version = "0.1.0" dependencies = [ "cpufeatures", ] diff --git a/aarch64-dit/CHANGELOG.md b/aarch64-dit/CHANGELOG.md index d6637e04..398ddd4c 100644 --- a/aarch64-dit/CHANGELOG.md +++ b/aarch64-dit/CHANGELOG.md @@ -3,3 +3,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.1.0 (2024-09-06) +- Initial release diff --git a/aarch64-dit/Cargo.toml b/aarch64-dit/Cargo.toml index bba53ad9..6bf3737c 100644 --- a/aarch64-dit/Cargo.toml +++ b/aarch64-dit/Cargo.toml @@ -3,7 +3,7 @@ name = "aarch64-dit" description = """ Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs """ -version = "0.0.1-alpha" +version = "0.1.0" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" homepage = "https://github.com/RustCrypto/utils/tree/master/aarch64-dit"