Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit ad54cf2

Browse files
chore: release v0.4.1 (#49)
## 🤖 New release * `ratatui-macros`: 0.4.0 -> 0.4.1 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.4.1](v0.4.0...v0.4.1) - 2024-06-24 ### Other - *(deps)* bump ratatui from 0.26.3 to 0.27.0 in the cargo-dependencies group ([#51](#51)) - Update dependabot.yml to group dependencies ([#50](#50)) - *(deps)* bump ratatui from 0.26.2 to 0.26.3 ([#48](#48)) - *(deps)* bump trybuild from 1.0.95 to 1.0.96 ([#47](#47)) </blockquote> </p></details> --- 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>
1 parent a1acdcd commit ad54cf2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.1](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.0...v0.4.1) - 2024-06-24
10+
11+
### Other
12+
- *(deps)* bump ratatui from 0.26.3 to 0.27.0 in the cargo-dependencies group ([#51](https://github.com/ratatui-org/ratatui-macros/pull/51))
13+
- Update dependabot.yml to group dependencies ([#50](https://github.com/ratatui-org/ratatui-macros/pull/50))
14+
- *(deps)* bump ratatui from 0.26.2 to 0.26.3 ([#48](https://github.com/ratatui-org/ratatui-macros/pull/48))
15+
- *(deps)* bump trybuild from 1.0.95 to 1.0.96 ([#47](https://github.com/ratatui-org/ratatui-macros/pull/47))
16+
917
## [0.4.0](https://github.com/ratatui-org/ratatui-macros/compare/v0.3.1...v0.4.0) - 2024-05-15
1018

1119
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ratatui-macros"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
authors = ["The Ratatui Developers"]
66
description = "Macros for Ratatui"

0 commit comments

Comments
 (0)