From a3b40465217f28a02a1f9c01a71972a02143b34d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:34:08 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b270c21..85f2271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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-28 + +### 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 +- 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"