update dates

This commit is contained in:
Ulf Lilleengen 2024-08-05 08:58:56 +02:00
parent 187093e147
commit 886580179f
7 changed files with 9 additions and 7 deletions

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.2.0 ## 0.2.0 - 2024-08-05
- Add Clone derive to flash Partition in embassy-embedded-hal - Add Clone derive to flash Partition in embassy-embedded-hal
- Add support for all word sizes to async shared spi - Add support for all word sizes to async shared spi

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.6.0 - 2024-08-01 ## 0.6.0 - 2024-08-05
- Add collapse_debuginfo to fmt.rs macros. - Add collapse_debuginfo to fmt.rs macros.
- initial support for avr - initial support for avr

View file

@ -5,7 +5,9 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.3.0 - 2024-08-02 ## Unreleased
## 0.3.0 - 2024-08-05
- Add collapse_debuginfo to fmt.rs macros. - Add collapse_debuginfo to fmt.rs macros.
- Update embassy-sync version - Update embassy-sync version

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.2.0 - 2024-08-02 ## 0.2.0 - 2024-08-05
- Add collapse_debuginfo to fmt.rs macros. - Add collapse_debuginfo to fmt.rs macros.
- support EGU peripheral - support EGU peripheral

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.2.0 - 2024-08-02 ## 0.2.0 - 2024-08-05
- Add read_to_break_with_count - Add read_to_break_with_count
- add option to provide your own boot2 - add option to provide your own boot2

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.3.2 - 2024-08-02 ## 0.3.2 - 2024-08-05
- Implement with_timeout()/with_deadline() method style call on Future - Implement with_timeout()/with_deadline() method style call on Future
- Add collapse_debuginfo to fmt.rs macros. - Add collapse_debuginfo to fmt.rs macros.

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.3.0 - 2024-08-02 ## 0.3.0 - 2024-08-05
- bump usbd-hid from 0.7.0 to 0.8.1 - bump usbd-hid from 0.7.0 to 0.8.1
- Add collapse_debuginfo to fmt.rs macros. - Add collapse_debuginfo to fmt.rs macros.