diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b3f52..793c009 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.7](https://github.com/ratatui/instability/compare/instability-v0.3.6...instability-v0.3.7) - 2025-01-10 + +### Other + +- Add #[allow(unused_imports)] lint to unstable reexports ([#21](https://github.com/ratatui/instability/pull/21)) + ## [0.3.6](https://github.com/ratatui/instability/compare/instability-v0.3.5...instability-v0.3.6) - 2025-01-04 ### Other diff --git a/Cargo.toml b/Cargo.toml index ffaf057..c9062cc 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.6" +version = "0.3.7" edition = "2021" rust-version = "1.64" repository = "https://github.com/ratatui-org/instability" [workspace.dependencies] -instability = { path = ".", version = "0.3.6" } +instability = { path = ".", version = "0.3.7" } [package] name = "instability" diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index e662e08..90a420d 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.7](https://github.com/ratatui/instability/compare/instability-example-v0.3.6...instability-example-v0.3.7) - 2025-01-10 + +### Other + +- Add #[allow(unused_imports)] lint to unstable reexports ([#21](https://github.com/ratatui/instability/pull/21)) + ## [0.3.5](https://github.com/ratatui/instability/compare/instability-example-v0.3.4...instability-example-v0.3.5) - 2024-12-21 ### Added