Skip to content

Commit 1e31eaf

Browse files
authored
Merge pull request #47 from RustCrypto/collectable/v0.0.2
collectable v0.0.2
2 parents a48706c + caa9b5f commit 1e31eaf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

collectable/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@ 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.0.2 (2020-05-24)
8+
### Added
9+
- `TryPush` trait ([#45])
10+
11+
### Changed
12+
- Borrow iterators rather than consume them ([#44], [#46])
13+
14+
[#46]: https://github.com/RustCrypto/utils/pull/46
15+
[#45]: https://github.com/RustCrypto/utils/pull/45
16+
[#44]: https://github.com/RustCrypto/utils/pull/44
17+
718
## 0.0.1 (2020-05-24)
819
- Initial release

collectable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "collectable"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
edition = "2018"

0 commit comments

Comments
 (0)