From 345e6a1ebd853858463a33953585ce407a60378c Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Sun, 11 Aug 2024 21:07:02 -0700 Subject: [PATCH] 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 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74af9828..9480659e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index aeaded1d..37ba6c5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "ratatui-macros" -version = "0.4.4" +version = "0.5.0" dependencies = [ "cargo-husky", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 408d50ef..fe1f1ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"