Skip to content

Commit 31b50e6

Browse files
committed
Fix year in changelog
1 parent e8ec586 commit 31b50e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

embassy-executor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.7.0 - 2024-01-02
8+
## 0.7.0 - 2025-01-02
99

1010
- Performance optimizations.
1111
- Remove feature `integrated-timers`. Starting with `embassy-time-driver` v0.2, `embassy-time` v0.4 the timer queue is now part of the time driver, so it's no longer the executor's responsibility. Therefore, `embassy-executor` no longer provides an `embassy-time-queue-driver` implementation.

embassy-time-driver/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.2.0 - 2024-01-02
8+
## 0.2.0 - 2025-01-02
99

1010
- The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed.
1111
- `schedule_wake` has been added to the `Driver` trait.

embassy-time/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.4.0 - 2024-01-02
8+
## 0.4.0 - 2025-01-02
99

1010
- `embassy-time-driver` updated from v0.1 to v0.2.
1111
- embassy-time no longer provides an `embassy-time-queue-driver` implementation

0 commit comments

Comments
 (0)