diff options
| author | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
|---|---|---|
| committer | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
| commit | 1f63bf4153b6ba4a915c0df22041f09adaaca400 (patch) | |
| tree | 6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /embassy-time/CHANGELOG.md | |
| parent | 88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff) | |
Release embassy-time v0.1.3
Diffstat (limited to 'embassy-time/CHANGELOG.md')
| -rw-r--r-- | embassy-time/CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md index 26640d930..8bf02dbc1 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. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 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). | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | 7 | ||
| 8 | ## 0.1.3 - 2023-08-28 | ||
| 9 | |||
| 10 | - Update `embedded-hal-async` to `1.0.0-rc.1` | ||
| 11 | - Update `embedded-hal v1` to `1.0.0-rc.1` | ||
| 12 | |||
| 8 | ## 0.1.2 - 2023-07-05 | 13 | ## 0.1.2 - 2023-07-05 |
| 9 | 14 | ||
| 10 | - Update `embedded-hal-async` to `0.2.0-alpha.2`. | 15 | - Update `embedded-hal-async` to `0.2.0-alpha.2`. |
| @@ -26,4 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 26 | 31 | ||
| 27 | ## 0.1.0 - 2022-08-26 | 32 | ## 0.1.0 - 2022-08-26 |
| 28 | 33 | ||
| 29 | - First release \ No newline at end of file | 34 | - First release |
