Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jul 2, 2020
1 parent 93feb80 commit f5a2838
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.3]

### Added
* Added FusedStream impl for Unordered ([#7]).

[#7]: https://github.com/udoprog/unicycle/issues/7

[0.6.3]: https://github.com/udoprog/genco/compare/0.6.2...0.6.3
[Unreleased]: https://github.com/udoprog/genco/compare/0.6.3...master
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicycle"
version = "0.6.2"
version = "0.6.3"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/unicycle/0.6.2")]
#![doc(html_root_url = "https://docs.rs/unicycle/0.6.3")]
#![deny(missing_docs)]
#![allow(clippy::needless_doctest_main)]
#![cfg_attr(docsrs, feature(doc_cfg))]
Expand Down

0 comments on commit f5a2838

Please # to comment.