mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
fix: bump version to 0.5.0 (#69)
Updating Ratatui to 0.28 requires a major version bump Fixes: https://github.com/ratatui-org/ratatui-macros/issues/68
This commit is contained in:
parent
28f5a6dbd4
commit
345e6a1ebd
@ -1,10 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [0.5.0] - 2024-08-12
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Bump version to 0.5.0
|
||||
|
||||
## [0.4.4](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.3...v0.4.4) - 2024-08-09
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -321,7 +321,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ratatui-macros"
|
||||
version = "0.4.4"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"cargo-husky",
|
||||
"ratatui",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ratatui-macros"
|
||||
version = "0.4.4"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
authors = ["The Ratatui Developers"]
|
||||
description = "Macros for Ratatui"
|
||||
|
Loading…
x
Reference in New Issue
Block a user