aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-07-05 23:54:45 +0200
committerDario Nieuwenhuis <[email protected]>2023-07-06 01:29:44 +0200
commitd1372869813e268a19e83819c7f1a0631d2f24d1 (patch)
tree9449dfba2f323a336b7dbb1b6eb846745dfa6453 /embassy-time/CHANGELOG.md
parenta77fb0f630be9c7158f81e4b0ca7bd5e88d56dd0 (diff)
Release embassy-time v0.1.2
Diffstat (limited to 'embassy-time/CHANGELOG.md')
-rw-r--r--embassy-time/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md
index f4a7860e6..26640d930 100644
--- a/embassy-time/CHANGELOG.md
+++ b/embassy-time/CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## 0.1.2 - 2023-07-05
9
10- Update `embedded-hal-async` to `0.2.0-alpha.2`.
11- Update `embedded-hal v1` to `1.0.0-alpha.11`. (Note: v0.2 support is kept unchanged).
12
8## 0.1.1 - 2023-04-13 13## 0.1.1 - 2023-04-13
9 14
10- Update `embedded-hal-async` to `0.2.0-alpha.1` (uses `async fn` in traits). 15- Update `embedded-hal-async` to `0.2.0-alpha.1` (uses `async fn` in traits).