diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bd107..d2978e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/ratatui-org/ratatui-macros/compare/v0.3.1...v0.4.0) - 2024-05-15 + +### Added +- *(layout)* [**breaking**] Use `*=` instead of `=*` ([#45](https://github.com/ratatui-org/ratatui-macros/pull/45)) + ## [0.3.1](https://github.com/ratatui-org/ratatui-macros/compare/v0.3.0...v0.3.1) - 2024-05-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index bc93a91..7d76970 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,7 +292,7 @@ dependencies = [ [[package]] name = "ratatui-macros" -version = "0.3.1" +version = "0.4.0" dependencies = [ "cargo-husky", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index fd24f0f..f1f6f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ratatui-macros" -version = "0.3.1" +version = "0.4.0" edition = "2021" authors = ["The Ratatui Developers"] description = "Macros for Ratatui"