We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fef37 commit 6f07654Copy full SHA for 6f07654
CHANGELOG.md
@@ -0,0 +1,15 @@
1
+# Changelog
2
+
3
+All notable changes to async-std 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://book.async.rs/overview/stability-guarantees.html).
7
8
+## [Unreleased]
9
10
+## [0.1.0] - 2020-10-08
11
12
+- Initial release
13
14
+[Unreleased]: https://github.com/async-rs/async-std/compare/v0.1.0...HEAD
15
+[0.1.0]: https://github.com/async-rs/async-std/tree/v0.1.0
0 commit comments