aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/CHANGELOG.md
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-08-20 13:00:33 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-08-20 11:03:35 +0000
commitdf66163aceb1128686e9efcf77d6e3e8520f86b3 (patch)
treed9ea40d2fac7cdc5a079d9da530179304ea2a830 /rtic-monotonics/CHANGELOG.md
parent2aa71ff6f53818d9eb3309088d7bcbd104f20e9e (diff)
Bump embedded-hal-async in rtic-monotonics
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r--rtic-monotonics/CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index 33fd2e9..b19a478 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
-## [Unreleased]
+## Unreleased
+
+## v1.0.1 - 2023-08-20
### Added
@@ -15,9 +17,11 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
+- Bump `embedded-hal-async`
+
### Fixed
- Unmask the `rp2040` interrupt
- Use `$crate` and fully qualified paths in macros
-## [v1.0.0] - 2023-05-31
+## v1.0.0 - 2023-05-31