Skip to content

Commit 947dfc5

Browse files
authored
bash-hash: fix package metadata and README links (#886)
1 parent ef7c19c commit 947dfc5

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

bash-hash/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.1 (UNRELEASED)
9+
### Fixed
10+
- Package metadata and README links ([#886])
11+
12+
[#886]: https://github.com/RustCrypto/hashes/pull/886
13+
814
## 0.1.0 (2026-03-27)
915
- Initial release ([#745])
1016

bash-hash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.1.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
7-
documentation = "https://docs.rs/belt-hash"
7+
documentation = "https://docs.rs/bash-hash"
88
readme = "README.md"
99
repository = "https://github.com/RustCrypto/hashes"
1010
license = "MIT OR Apache-2.0"
11-
keywords = ["belt", "stb", "hash", "digest"]
11+
keywords = ["stb", "hash", "digest"]
1212
categories = ["cryptography", "no-std"]
1313
description = "bash hash function (STB 34.101.77-2020)"
1414

bash-hash/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ dual licensed as above, without any additional terms or conditions.
4040

4141
[//]: # (badges)
4242

43-
[crate-image]: https://img.shields.io/crates/v/belt-hash.svg
44-
[crate-link]: https://crates.io/crates/belt-hash
45-
[docs-image]: https://docs.rs/belt-hash/badge.svg
46-
[docs-link]: https://docs.rs/belt-hash
43+
[crate-image]: https://img.shields.io/crates/v/bash-hash.svg
44+
[crate-link]: https://crates.io/crates/bash-hash
45+
[docs-image]: https://docs.rs/bash-hash/badge.svg
46+
[docs-link]: https://docs.rs/bash-hash
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4848
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
51-
[build-image]: https://github.com/RustCrypto/hashes/actions/workflows/belt-hash.yml/badge.svg?branch=master
52-
[build-link]: https://github.com/RustCrypto/hashes/actions/workflows/belt-hash.yml?query=branch:master
51+
[build-image]: https://github.com/RustCrypto/hashes/actions/workflows/bash-hash.yml/badge.svg?branch=master
52+
[build-link]: https://github.com/RustCrypto/hashes/actions/workflows/bash-hash.yml?query=branch:master
5353

5454
[//]: # (general links)
5555

0 commit comments

Comments
 (0)