Skip to content

Commit e33accd

Browse files
committed
async: Add changelog
1 parent e59844c commit e33accd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

embedded-storage-async/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
## [0.4.0] - 2022-12-01
11+
12+
### Changes
13+
- Switch all traits to use [`async_fn_in_trait`](https://blog.rust-lang.org/inside-rust/2022/11/17/async-fn-in-trait-nightly.html) (AFIT). Requires `nightly-2022-11-22` or newer.
14+
- Remove `Async` prefix in trait names.
15+
16+
## [0.3.0] - 2022-02-07
17+
18+
Initial release to crates.io.
19+
20+
[Unreleased]: https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.0...HEAD
21+
[0.4.0]: https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.3.0...embedded-storage-async-v0.4.0
22+
[0.3.0]: https://github.com/rust-embedded-community/embedded-storage/releases/tag/embedded-storage-async-v0.3.0

0 commit comments

Comments
 (0)