Prepare release of rtic-monotonics 1.4.1 and rtic-time 1.2.0 (#861)

This commit is contained in:
Emil Fresk 2023-12-06 19:44:35 +01:00 committed by GitHub
parent bbed945285
commit e53624c263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## Unreleased
## v1.4.1 - 2023-12-06
### Fixed
- Fix race condition in `nrf::timer`.

View file

@ -1,6 +1,6 @@
[package]
name = "rtic-monotonics"
version = "1.4.0"
version = "1.4.1"
edition = "2021"
authors = [

View file

@ -11,6 +11,12 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
### Fixed
## v1.2.0 - 2023-12-06
### Changed
- Docs: Add sanity check to `half_period_counter` code example
- Deprecate `Monotonic::should_dequeue_check` as it was erroneous