From c7d6ea3c78eec11473c7d34d181ff1d71056184d Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Mon, 4 Dec 2023 12:56:57 +0000 Subject: [PATCH] embassy-time 0.2 --- embassy-time/CHANGELOG.md | 4 +++- embassy-time/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md index 9625b890..d8c0c7d0 100644 --- a/embassy-time/CHANGELOG.md +++ b/embassy-time/CHANGELOG.md @@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1.6 - ??? +## 0.2.0 - 2023-12-04 - Added tick rates in multiples of 10 kHz +- Remove nightly and unstable-traits features in preparation for 1.75. +- Update heapless to 0.8. ## 0.1.5 - 2023-10-16 diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 5cbb44b3..7358b064 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embassy-time" -version = "0.1.5" +version = "0.2.0" edition = "2021" description = "Instant and Duration for embedded no-std systems, with async timer support" repository = "https://github.com/embassy-rs/embassy"