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

Commit f804c90

Browse files
chore: release v0.6.0 (#71)
## πŸ€– New release * `ratatui-macros`: 0.5.0 -> 0.6.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.1](v0.5.0...v0.5.1) - 2024-10-21 ### Other - *(deps)* bump the cargo-dependencies group with 2 updates ([#73](#73)) - *(deps)* bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group ([#70](#70)) </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> Co-authored-by: Josh McKinney <[email protected]>
1 parent bbaa9a5 commit f804c90

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.0](https://github.com/ratatui/ratatui-macros/compare/v0.5.0...v0.6.0) - 2024-10-21
9+
10+
### Other
11+
12+
- *(deps)* bump the cargo-dependencies group with 2 updates ([#73](https://github.com/ratatui/ratatui-macros/pull/73))
13+
- *(deps)* bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group ([#70](https://github.com/ratatui/ratatui-macros/pull/70))
14+
815
## [0.5.0] - 2024-08-12
916

1017
### πŸ› Bug Fixes
@@ -14,31 +21,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1421
## [0.4.4](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.3...v0.4.4) - 2024-08-09
1522

1623
### Other
24+
1725
- *(deps)* bump ratatui to 0.28.0 ([#66](https://github.com/ratatui-org/ratatui-macros/pull/66))
1826
- *(deps)* bump trybuild from 1.0.98 to 1.0.99 in the cargo-dependencies group ([#65](https://github.com/ratatui-org/ratatui-macros/pull/65))
1927
- *(deps)* bump trybuild from 1.0.97 to 1.0.98 in the cargo-dependencies group ([#62](https://github.com/ratatui-org/ratatui-macros/pull/62))
2028

2129
## [0.4.3](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.2...v0.4.3) - 2024-07-22
2230

2331
### Added
32+
2433
- allow span macro to accept a bare expression ([#61](https://github.com/ratatui-org/ratatui-macros/pull/61))
2534

2635
### Other
36+
2737
- *(deps)* bump trybuild from 1.0.96 to 1.0.97 in the cargo-dependencies group ([#59](https://github.com/ratatui-org/ratatui-macros/pull/59))
2838

2939
## [0.4.2](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.1...v0.4.2) - 2024-06-29
3040

3141
### Added
42+
3243
- Use `::ratatui` instead of `ratatui` ([#54](https://github.com/ratatui-org/ratatui-macros/pull/54))
3344
- Add row! macro ([#52](https://github.com/ratatui-org/ratatui-macros/pull/52))
3445

3546
### Other
47+
3648
- Update README with row! documentation ([#56](https://github.com/ratatui-org/ratatui-macros/pull/56))
3749
- Make doc examples shorter by removing duplicate imports ([#55](https://github.com/ratatui-org/ratatui-macros/pull/55))
3850

3951
## [0.4.1](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.0...v0.4.1) - 2024-06-24
4052

4153
### Other
54+
4255
- *(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))
4356
- Update dependabot.yml to group dependencies ([#50](https://github.com/ratatui-org/ratatui-macros/pull/50))
4457
- *(deps)* bump ratatui from 0.26.2 to 0.26.3 ([#48](https://github.com/ratatui-org/ratatui-macros/pull/48))
@@ -47,22 +60,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4760
## [0.4.0](https://github.com/ratatui-org/ratatui-macros/compare/v0.3.1...v0.4.0) - 2024-05-15
4861

4962
### Added
63+
5064
- *(layout)* [**breaking**] Use `*=` instead of `=*` ([#45](https://github.com/ratatui-org/ratatui-macros/pull/45))
5165

5266
## [0.3.1](https://github.com/ratatui-org/ratatui-macros/compare/v0.3.0...v0.3.1) - 2024-05-13
5367

5468
### Added
69+
5570
- Better error messages for `span!` macro ([#43](https://github.com/ratatui-org/ratatui-macros/pull/43))
5671

5772
### Fixed
73+
5874
- downgrade ratatui to 0.26.2 ([#41](https://github.com/ratatui-org/ratatui-macros/pull/41))
5975

6076
### Other
77+
6178
- Update authors to ratatui developers ([#44](https://github.com/ratatui-org/ratatui-macros/pull/44))
6279

6380
## [0.3.0](https://github.com/ratatui-org/ratatui-macros/compare/v0.2.4...v0.3.0) - 2024-05-09
6481

6582
### Added
83+
6684
- Use release-plz ([#38](https://github.com/ratatui-org/ratatui-macros/pull/38))
6785
- Add text! macro ([#36](https://github.com/ratatui-org/ratatui-macros/pull/36))
6886
- Add fill constraint ([#34](https://github.com/ratatui-org/ratatui-macros/pull/34))
@@ -72,9 +90,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7290
- *(text)* add raw! and styled! macros ([#4](https://github.com/ratatui-org/ratatui-macros/pull/4))
7391

7492
### Fixed
93+
7594
- Update repo url in Cargo.toml ([#39](https://github.com/ratatui-org/ratatui-macros/pull/39))
7695

7796
### Other
97+
7898
- Use `.areas(area)` instead of `.split(area).to_vec().try_into().unwrap()` ([#37](https://github.com/ratatui-org/ratatui-macros/pull/37))
7999
- Update README.md with short description of span and line macros ([#33](https://github.com/ratatui-org/ratatui-macros/pull/33))
80100
- format using cargo +nightly fmt ([#31](https://github.com/ratatui-org/ratatui-macros/pull/31))

β€Ž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.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = ["The Ratatui Developers"]
66
description = "Macros for Ratatui"

0 commit comments

Comments
Β (0)