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

Commit 345e6a1

Browse files
authored
fix: bump version to 0.5.0 (#69)
Updating Ratatui to 0.28 requires a major version bump Fixes: #68
1 parent 28f5a6d commit 345e6a1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## [Unreleased]
8+
## [0.5.0] - 2024-08-12
9+
10+
### 🐛 Bug Fixes
11+
12+
- Bump version to 0.5.0
813

914
## [0.4.4](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.3...v0.4.4) - 2024-08-09
1015

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

0 commit comments

Comments
 (0)