aboutsummaryrefslogtreecommitdiff
path: root/embassy-time
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-08-28 15:05:11 +0000
committerGitHub <[email protected]>2023-08-28 15:05:11 +0000
commita36ee75d196752abc798d9eaf9ddedd5f15ec97a (patch)
tree6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /embassy-time
parent88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff)
parent1f63bf4153b6ba4a915c0df22041f09adaaca400 (diff)
Merge pull request #1836 from jessebraham/feature/release
Release embassy-time v0.1.3
Diffstat (limited to 'embassy-time')
-rw-r--r--embassy-time/CHANGELOG.md7
-rw-r--r--embassy-time/Cargo.toml2
2 files changed, 7 insertions, 2 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.
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.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
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index 00d31d30f..03aa6ca2b 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-time" 2name = "embassy-time"
3version = "0.1.2" 3version = "0.1.3"
4edition = "2021" 4edition = "2021"
5description = "Instant and Duration for embedded no-std systems, with async timer support" 5description = "Instant and Duration for embedded no-std systems, with async timer support"
6repository = "https://github.com/embassy-rs/embassy" 6repository = "https://github.com/embassy-rs/embassy"