aboutsummaryrefslogtreecommitdiff
path: root/rtic-common
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-common')
-rw-r--r--rtic-common/CHANGELOG.md8
-rw-r--r--rtic-common/Cargo.toml2
2 files changed, 9 insertions, 1 deletions
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 = [