diff options
author | 2023-11-08 20:45:57 +0100 | |
---|---|---|
committer | 2023-11-08 20:09:50 +0000 | |
commit | 4425b76c6f25a782ea2c473adfa99aec1e5795ac (patch) | |
tree | d494b2ca1cd518296de4f132f5151609c35af7b5 | |
parent | 994884ffb7725153015b45ee7ae2ae994e69bfc1 (diff) | |
download | rtic-4425b76c6f25a782ea2c473adfa99aec1e5795ac.tar.gz rtic-4425b76c6f25a782ea2c473adfa99aec1e5795ac.tar.zst rtic-4425b76c6f25a782ea2c473adfa99aec1e5795ac.zip |
Prepare rtic-monotonics v1.3.0 release
-rw-r--r-- | rtic-monotonics/CHANGELOG.md | 2 | ||||
-rw-r--r-- | rtic-monotonics/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index cd8817df..d030bb02 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## Unreleased +## v1.3.0 - 2023-11-08 + ### Added - i.MX RT support diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 7470ed9a..99679fcf 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-monotonics" -version = "1.2.1" +version = "1.3.0" edition = "2021" authors = [ |