Skip to content

Commit fcb7516

Browse files
authored
Release gost94 and streebog (#172)
Releases the following versions: - `gost94` v0.8.0 - `streebog` v0.9.0
1 parent 5fdcd03 commit fcb7516

File tree

5 files changed

+91
-4
lines changed

5 files changed

+91
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gost94/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.9.0 (2020-06-12)
9+
### Changed
10+
- Bump `opaque-debug` to v0.3.0 ([#168])
11+
- Bump `block-buffer` to v0.8 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 ([#121])
16+
17+
[#168]: https://github.com/RustCrypto/hashes/pull/168
18+
[#164]: https://github.com/RustCrypto/hashes/pull/164
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+
[#121]: https://github.com/RustCrypto/hashes/pull/148
23+
24+
## 0.8.0 (skipped)
25+
- Skipped to sync versions with `digest`
26+
27+
## 0.7.0 (2017-11-15)
28+
29+
## 0.4.0 (2017-06-12)
30+
31+
## 0.3.1 (2017-05-02)
32+
33+
## 0.3.0 (2017-04-06)
34+
35+
## 0.2.1 (2017-01-20)
36+
37+
## 0.2.0 (2016-12-25)
38+
39+
## 0.1.1 (2016-11-24)
40+
41+
## 0.1.0 (2016-11-17)

gost94/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gost94"
3-
version = "0.9.0-pre"
3+
version = "0.9.0"
44
description = "GOST R 34.11-94 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

streebog/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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.9.0 (2020-06-12)
9+
### Changed
10+
- Bump `opaque-debug` to v0.3.0 ([#168])
11+
- Bump `block-buffer` to v0.8 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 ([#136])
16+
17+
[#168]: https://github.com/RustCrypto/hashes/pull/168
18+
[#164]: https://github.com/RustCrypto/hashes/pull/164
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+
[#136]: https://github.com/RustCrypto/hashes/pull/148
23+
24+
## 0.8.0 (2019-11-06)
25+
26+
## 0.7.0 (2017-11-15)
27+
28+
## 0.5.0 (2017-06-12)
29+
30+
## 0.4.1 (2017-05-02)
31+
32+
## 0.4.0 (2017-04-06)
33+
34+
## 0.3.1 (2017-01-20)
35+
36+
## 0.3.0 (2016-12-25)
37+
38+
## 0.2.2 (2016-11-21)
39+
40+
## 0.2.1 (2016-11-21)
41+
42+
## 0.2.0 (2016-11-17)
43+
44+
## 0.1.1 (2016-11-12)
45+
46+
## 0.1.0 (2016-11-12)

streebog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "streebog"
3-
version = "0.9.0-pre"
3+
version = "0.9.0"
44
description = "Streebog (GOST R 34.11-2012) hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)