Skip to content

Commit b69fd52

Browse files
committed
version: 0.3.1 -> 1.0.0
1 parent 4543c42 commit b69fd52

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [v1.0.0] - 2025-MM-DD
99

1010
### Added
1111

@@ -72,7 +72,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7272

7373
Initial release
7474

75-
[Unreleased]: https://github.com/rust-embedded-community/hash32/compare/v0.3.1...HEAD
75+
[Unreleased]: https://github.com/rust-embedded-community/hash32/compare/v1.0.0...HEAD
76+
[v1.0.0]: https://github.com/rust-embedded-community/hash32/compare/v0.3.1...v1.0.0
7677
[v0.3.1]: https://github.com/rust-embedded-community/hash32/compare/v0.3.0...v0.3.1
7778
[v0.3.0]: https://github.com/rust-embedded-community/hash32/compare/v0.2.1...v0.3.0
7879
[v0.2.1]: https://github.com/rust-embedded-community/hash32/compare/v0.2.0...v0.2.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ keywords = ["32-bit", "hash", "fnv", "murmur3"]
66
license = "MIT OR Apache-2.0"
77
name = "hash32"
88
repository = "https://github.com/rust-embedded-community/hash32"
9-
version = "0.3.1"
9+
version = "1.0.0"
1010
edition = "2021"
1111
rust-version = "1.56"

0 commit comments

Comments
 (0)