From 59987820d28bc6456bfe7eb8b12224ba4a35a847 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 24 Mar 2026 16:29:53 +0100 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 137e4c9..d8fa4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- + +## [0.3.1] - 2026-03-24 + - add `cosey-v0.4` feature to enable support for `cosey` v0.4 ## [0.3.0] - 2023-10-21 diff --git a/Cargo.toml b/Cargo.toml index e288308..360cc1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ homepage = "https://github.com/ycrypto/salty" license = "Apache-2.0 OR MIT" readme = "README.md" repository = "https://github.com/ycrypto/salty" -version = "0.3.0" +version = "0.3.1" [package] name = "salty"