Skip to content

Commit

Permalink
chore: release (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
1 parent 7243167 commit 2563207
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.1.3](https://github.com/joshka/tui-widgets/compare/tui-widgets-v0.1.2...tui-widgets-v0.1.3) - 2024-07-24

### Fixed
- *(deps)* update minimal version for futures

### Other
- add workflows and dependabot settings
- Move to tui-widgets repository
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tokio = { version = "1.39" }
[package]
name = "tui-widgets"
description = "A collection of useful widgets for building terminal user interfaces using Ratatui"
version = "0.1.2"
version = "0.1.3"
documentation = "https://docs.rs/tui-widgets"

authors.workspace = true
Expand All @@ -54,6 +54,6 @@ scrollview = ["tui-scrollview"]
[dependencies]
document-features = "0.2.10"
ratatui = { workspace = true }
tui-big-text = { version = "0.4.5", path = "tui-big-text", optional = true }
tui-scrollview = { version = "0.3.7", path = "tui-scrollview", optional = true }
tui-big-text = { version = "0.4.6", path = "tui-big-text", optional = true }
tui-scrollview = { version = "0.3.8", path = "tui-scrollview", optional = true }
tui-prompts = { version = "0.3.14", path = "tui-prompts", optional = true }
5 changes: 5 additions & 0 deletions tui-big-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ All notable changes to this project will be documented in this file.
<!-- generated by git-cliff -->
## [unreleased]

## [0.4.6](https://github.com/joshka/tui-widgets/compare/tui-big-text-v0.4.5...tui-big-text-v0.4.6) - 2024-07-24

### Other
- Move to tui-widgets repository

### ⚙️ Miscellaneous Tasks

- Use faster release-plz
Expand Down
2 changes: 1 addition & 1 deletion tui-big-text/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-big-text"
version = "0.4.5"
version = "0.4.6"
description = "A Ratatui widget for displaying big text in the terminal"
documentation = "https://docs.rs/tui-big-text"

Expand Down
6 changes: 6 additions & 0 deletions tui-scrollview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.3.8](https://github.com/joshka/tui-widgets/compare/tui-scrollview-v0.3.7...tui-scrollview-v0.3.8) - 2024-07-24

### Other
- Move to tui-widgets repository
- move tui-scrollview to its own directory

## [0.3.7] - 2024-06-25

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion tui-scrollview/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-scrollview"
version = "0.3.7"
version = "0.3.8"
authors = ["Joshka"]
description = "A simple scrollable view for Ratatui"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2563207

Please sign in to comment.