From 02d7e493eccacc288c2c21f4b15435a8972545d1 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 13:15:43 +0300 Subject: [PATCH 1/3] Release bash-prg-hash v0.1.0 --- README.md | 2 +- bash-prg-hash/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d606756b..9a84b3940 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted [`ascon‑hash256`]: ./ascon-hash256 [`ascon‑xof128`]: ./ascon-xof128 [`bash‑hash`]: ./bash-hash -[`bash‑prg-hash`]: ./bash-prg-hash +[`bash-prg‑hash`]: ./bash-prg-hash [`belt‑hash`]: ./belt-hash [`blake2`]: ./blake2 [`cshake`]: ./cshake diff --git a/bash-prg-hash/CHANGELOG.md b/bash-prg-hash/CHANGELOG.md index f09fc589e..8de0b7e38 100644 --- a/bash-prg-hash/CHANGELOG.md +++ b/bash-prg-hash/CHANGELOG.md @@ -6,7 +6,7 @@ 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 (UNRELEASED) +## 0.1.0 (2026-05-12) - Initial release ([#751]) -[#745]: https://github.com/RustCrypto/hashes/pull/751 \ No newline at end of file +[#745]: https://github.com/RustCrypto/hashes/pull/751 From e36336524920baeaa09a75270dfb4c2863bb5bc4 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 13:16:47 +0300 Subject: [PATCH 2/3] Fix PR link --- bash-prg-hash/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-prg-hash/CHANGELOG.md b/bash-prg-hash/CHANGELOG.md index 8de0b7e38..51c94070d 100644 --- a/bash-prg-hash/CHANGELOG.md +++ b/bash-prg-hash/CHANGELOG.md @@ -9,4 +9,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.0 (2026-05-12) - Initial release ([#751]) -[#745]: https://github.com/RustCrypto/hashes/pull/751 +[#751]: https://github.com/RustCrypto/hashes/pull/751 From 8764d44890462f478dd892010a67f5865f4e119c 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 13:21:08 +0300 Subject: [PATCH 3/3] tweak readmer --- bash-prg-hash/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-prg-hash/README.md b/bash-prg-hash/README.md index d4f334327..15d2c6cca 100644 --- a/bash-prg-hash/README.md +++ b/bash-prg-hash/README.md @@ -1,4 +1,4 @@ -# RustCrypto: bash prg hash +# RustCrypto: bash-prg-hash [![crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link]