File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " unicycle"
3
- version = " 0.6.2 "
3
+ version = " 0.6.3 "
4
4
authors = [
" John-John Tedro <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/unicycle/0.6.2 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/unicycle/0.6.3 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ allow( clippy:: needless_doctest_main) ]
4
4
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
You can’t perform that action at this time.
0 commit comments