Skip to content

Commit 24e9848

Browse files
weihangloUrgau
authored andcommitted
chore: bump to 0.1.1
1 parent 6780c96 commit 24e9848

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
22

3+
# 0.1.1
4+
5+
- feat: derive `Clone` for `StableHasher` [#11][pr11]
6+
7+
[pr11]: https://github.com/rust-lang/rustc-stable-hash/pull/11
8+
39
# 0.1.0
410

511
- Rename `StableHasherResult` to `FromStableHash` [#8][pr8]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-stable-hash"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A stable hashing algorithm used by rustc"
55
license = "Apache-2.0 OR MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)