Skip to content

Commit 5fdcd03

Browse files
authored
shabal v0.3.0 (#171)
1 parent f427563 commit 5fdcd03

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

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.

shabal/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.3.0 (2020-06-12)
9+
### Changed
10+
- Bump `opaque-debug` to v0.3.0 ([#168])
11+
- Bump `block-buffer` to v0.9 release ([#164])
12+
- Bump `digest` to v0.9 release; MSRV 1.41 ([#155])
13+
- Use new `*Dirty` traits from the `digest` crate ([#153])
14+
- Rename `*result*` to `finalize` ([#148])
15+
- Upgrade to Rust 2018 edition ([#135])
16+
17+
[#168]: https://github.com/RustCrypto/hashes/pull/168
18+
[#164]: https://github.com/RustCrypto/hashes/pull/151
19+
[#155]: https://github.com/RustCrypto/hashes/pull/155
20+
[#153]: https://github.com/RustCrypto/hashes/pull/153
21+
[#148]: https://github.com/RustCrypto/hashes/pull/148
22+
[#135]: https://github.com/RustCrypto/hashes/pull/135
23+
24+
## 0.2.0 (2019-02-26)
25+
26+
## 0.1.0 (2019-02-25)

shabal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shabal"
3-
version = "0.3.0-pre"
3+
version = "0.3.0"
44
description = "Shabal hash functions"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)