Skip to content

Commit 02a49a3

Browse files
authored
Release block-buffer v0.10.3 (#801)
1 parent ce0ab19 commit 02a49a3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.

block-buffer/CHANGELOG.md

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

7+
## 0.10.3 (2022-09-04)
8+
### Added
9+
- `try_new` method ([#799])
10+
11+
[#799]: https://github.com/RustCrypto/utils/pull/799
12+
713
## 0.10.2 (2021-02-08)
814
### Fixed
915
- Eliminate unreachable panic in `LazyBuffer::digest_blocks` ([#731])

block-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-buffer"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Buffer type for block processing of data"

0 commit comments

Comments
 (0)