From 0bfac4e3e643de82852438b6047b1021d18675f7 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sat, 2 May 2026 08:31:57 -0700 Subject: [PATCH] version: 1.0.0 -> 1.0.1 --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e27ca..98eb128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v1.0.1] - 2026-05-02 ### Fixed @@ -78,7 +78,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/rust-embedded-community/hash32/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/rust-embedded-community/hash32/compare/v1.0.1...HEAD +[v1.0.1]: https://github.com/rust-embedded-community/hash32/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/rust-embedded-community/hash32/compare/v0.3.1...v1.0.0 [v0.3.1]: https://github.com/rust-embedded-community/hash32/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/rust-embedded-community/hash32/compare/v0.2.1...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 4489e75..46974e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ keywords = ["32-bit", "hash", "fnv", "murmur3"] license = "MIT OR Apache-2.0" name = "hash32" repository = "https://github.com/rust-embedded-community/hash32" -version = "1.0.0" +version = "1.0.1" edition = "2021" rust-version = "1.56"