From 42ebfe57f1268485da7057d7e1cbaad866ad2088 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 22 Jun 2025 11:17:40 +0200 Subject: Release all crates --- rtic-common/CHANGELOG.md | 8 ++++++++ rtic-common/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'rtic-common') diff --git a/rtic-common/CHANGELOG.md b/rtic-common/CHANGELOG.md index aa6b6a3..6837305 100644 --- a/rtic-common/CHANGELOG.md +++ b/rtic-common/CHANGELOG.md @@ -7,6 +7,14 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## [Unreleased] +### Added + +### Changed + +### Fixed + +## v1.1.0 - 2025-06-22 + - Fix minor unsoundnes in `Link::remove_from_list`. ### Added diff --git a/rtic-common/Cargo.toml b/rtic-common/Cargo.toml index 4624b0b..736a889 100644 --- a/rtic-common/Cargo.toml +++ b/rtic-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-common" -version = "1.0.1" +version = "1.1.0" edition = "2021" authors = [ -- cgit v1.2.3