Skip to content

Commit f5a2838

Browse files
committed
Release 0.6.3
1 parent 93feb80 commit f5a2838

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
## [Unreleased]
9+
10+
## [0.6.3]
11+
12+
### Added
13+
* Added FusedStream impl for Unordered ([#7]).
14+
15+
[#7]: https://github.com/udoprog/unicycle/issues/7
16+
17+
[0.6.3]: https://github.com/udoprog/genco/compare/0.6.2...0.6.3
18+
[Unreleased]: https://github.com/udoprog/genco/compare/0.6.3...master

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicycle"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["John-John Tedro <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/unicycle/0.6.2")]
1+
#![doc(html_root_url = "https://docs.rs/unicycle/0.6.3")]
22
#![deny(missing_docs)]
33
#![allow(clippy::needless_doctest_main)]
44
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)