From 53e78d520e6f8330bf29fa429a9146d646571a40 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Wed, 17 Sep 2025 21:20:03 +0200 Subject: [PATCH] rtic-common: add links to CHANGELOG.md --- rtic-common/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtic-common/CHANGELOG.md b/rtic-common/CHANGELOG.md index 6837305c633..1811fdd3573 100644 --- a/rtic-common/CHANGELOG.md +++ b/rtic-common/CHANGELOG.md @@ -25,8 +25,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed -## [v1.0.1] +## [v1.0.1](https://github.com/rtic-rs/rtic/commit/2b2208e217a96086696bd6f36cff2a6cd4c4ac9f) - `portable-atomic` used as a drop in replacement for `core::sync::atomic` in code and macros. `portable-atomic` imported with `default-features = false`, as we do not require CAS. -## [v1.0.0] - 2023-05-31 +## [v1.0.0](https://github.com/rtic-rs/rtic/commit/e65e532c2a342f77080ac6fc8e5be11aa7d82575)(https://github.com/rtic-rs/rtic/commit/c3884e212c36d2a9cf260b1d9ae37c92b91ea73d) - 2023-05-31