diff --git a/CHANGELOG.md b/CHANGELOG.md index 580252d..8f9ca0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.3.10](https://github.com/ratatui/instability/compare/instability-v0.3.9...instability-v0.3.10) - 2025-11-29 + +### Other + +- enable trusted publishing with release-plz ([#31](https://github.com/ratatui/instability/pull/31)) + ## [0.3.9](https://github.com/ratatui/instability/compare/instability-v0.3.8...instability-v0.3.9) - 2025-07-18 ### Other diff --git a/Cargo.toml b/Cargo.toml index 06d4b0f..b228750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,13 @@ members = ["example"] [workspace.package] authors = ["Stephen M. Coakley ", "The Ratatui Developers"] license = "MIT" -version = "0.3.9" +version = "0.3.10" edition = "2021" rust-version = "1.64" repository = "https://github.com/ratatui/instability" [workspace.dependencies] -instability = { path = ".", version = "0.3.9" } +instability = { path = ".", version = "0.3.10" } [package] name = "instability"