mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00
chore: release v0.4.2 (#53)
## 🤖 New release * `ratatui-macros`: 0.4.1 -> 0.4.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [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)) </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>
This commit is contained in:
parent
89d7dd4603
commit
ca4fa0b9bf
10
CHANGELOG.md
10
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
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -296,7 +296,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ratatui-macros"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
dependencies = [
|
||||
"cargo-husky",
|
||||
"ratatui",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user