From 928b39b26c5eb7d78702f342f4affd84d4b38a50 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Thu, 2 Apr 2026 22:24:47 +0300 Subject: [PATCH] digest-io: fix release date of v0.1.0 --- digest-io/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digest-io/CHANGELOG.md b/digest-io/CHANGELOG.md index d9bca7e3..0204e879 100644 --- a/digest-io/CHANGELOG.md +++ b/digest-io/CHANGELOG.md @@ -4,7 +4,7 @@ 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 (2026-03-27) +## 0.1.0 (2026-04-02) - Initial release ([#1172]) [#1172]: https://github.com/RustCrypto/utils/pull/1172