From e89c5a982799fbf910ede22989f8f26fef65a9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Tue, 12 May 2026 16:10:23 +0300 Subject: [PATCH] Release bash-prg-hash v0.1.1 --- Cargo.lock | 2 +- bash-prg-hash/CHANGELOG.md | 4 ++-- bash-prg-hash/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc7d7c65..0def932b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "bash-prg-hash" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bash-f", "digest", diff --git a/bash-prg-hash/CHANGELOG.md b/bash-prg-hash/CHANGELOG.md index efb24105..da13fbb8 100644 --- a/bash-prg-hash/CHANGELOG.md +++ b/bash-prg-hash/CHANGELOG.md @@ -5,13 +5,13 @@ 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.1 (UNRELEASED) +## 0.1.1 (2026-05-12) ### Fixed - Use correct minimal version of `digest` dependency ([#861]) [#861]: https://github.com/RustCrypto/hashes/pull/861 -## 0.1.0 (2026-05-12) +## 0.1.0 (2026-05-12) [YANKED] - Initial release ([#751]) [#751]: https://github.com/RustCrypto/hashes/pull/751 diff --git a/bash-prg-hash/Cargo.toml b/bash-prg-hash/Cargo.toml index cb0b4700..5de5ed7e 100644 --- a/bash-prg-hash/Cargo.toml +++ b/bash-prg-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bash-prg-hash" -version = "0.1.0" +version = "0.1.1" description = "bash-prg-hash function (STB 34.101.77-2020)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"