From ca4fa0b9bf5ba707aa0447ba7c38fbacdadb7eec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 02:55:19 -0400 Subject: [PATCH] chore: release v0.4.2 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `ratatui-macros`: 0.4.1 -> 0.4.2
Changelog

## [0.4.2](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.1...v0.4.2) - 2024-06-29 ### Added - Use `::ratatui` instead of `ratatui` ([#54](https://github.com/ratatui-org/ratatui-macros/pull/54)) - Add row! macro ([#52](https://github.com/ratatui-org/ratatui-macros/pull/52)) ### Other - Update README with row! documentation ([#56](https://github.com/ratatui-org/ratatui-macros/pull/56)) - Make doc examples shorter by removing duplicate imports ([#55](https://github.com/ratatui-org/ratatui-macros/pull/55))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b270c21..3546489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.1...v0.4.2) - 2024-06-29 + +### Added +- Use `::ratatui` instead of `ratatui` ([#54](https://github.com/ratatui-org/ratatui-macros/pull/54)) +- Add row! macro ([#52](https://github.com/ratatui-org/ratatui-macros/pull/52)) + +### Other +- Update README with row! documentation ([#56](https://github.com/ratatui-org/ratatui-macros/pull/56)) +- Make doc examples shorter by removing duplicate imports ([#55](https://github.com/ratatui-org/ratatui-macros/pull/55)) + ## [0.4.1](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.0...v0.4.1) - 2024-06-24 ### Other diff --git a/Cargo.lock b/Cargo.lock index 93380c3..9130da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "ratatui-macros" -version = "0.4.1" +version = "0.4.2" dependencies = [ "cargo-husky", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 997f1f9..0164b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ratatui-macros" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["The Ratatui Developers"] description = "Macros for Ratatui"