From d25b47ffe17cc933c8ed5bccbd3079b9e8cb80e5 Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Thu, 20 Jun 2024 15:39:01 +0200 Subject: [PATCH] Prepare 0.1.3 release. --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faf54f..6e6d9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2024-06-20 + ### Fixed - Spelling with the use of `typos`. diff --git a/Cargo.toml b/Cargo.toml index 9d74515..7263e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MPL-2.0" exclude = ["/.github"] edition = "2021" readme = "README.md" -version = "0.1.2" +version = "0.1.3" [workspace.dependencies] aes-gcm = { version = "0.10", features = ["std"] }