diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f7c9d..58b3f52 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.6](https://github.com/ratatui/instability/compare/instability-v0.3.5...instability-v0.3.6) - 2025-01-04 + +### Other + +- Move pretty_assertions to dev-dependencies ([#19](https://github.com/ratatui/instability/pull/19)) + ## [0.3.5](https://github.com/ratatui/instability/compare/instability-v0.3.4...instability-v0.3.5) - 2024-12-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index f256655..ffaf057 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.5" +version = "0.3.6" edition = "2021" rust-version = "1.64" repository = "https://github.com/ratatui-org/instability" [workspace.dependencies] -instability = { path = ".", version = "0.3.5" } +instability = { path = ".", version = "0.3.6" } [package] name = "instability"