Skip to content

Commit

Permalink
v0.6.0-tui
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmulidris committed Oct 21, 2024
1 parent 0f909e4 commit 71f7776
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,8 @@
- [v0.0.3 2024-09-12](#v003-2024-09-12)
- [v0.0.2 2024-07-13](#v002-2024-07-13)
- [v0.0.1 2024-07-12](#v001-2024-07-12)
- [r3bl_tuify](#r3bl_tuify)
- [next-release-tuify](#next-release-tuify)
- [v0.1.27 2024-09-12](#v0127-2024-09-12)
- [v0.1.26 2024-04-15](#v0126-2024-04-15)
- [v0.1.25 2024-01-14](#v0125-2024-01-14)
- [v0.1.24 2023-12-31](#v0124-2023-12-31)
- [v0.1.23 2023-12-22](#v0123-2023-12-22)
- [v0.1.22 2023-12-20](#v0122-2023-12-20)
- [v0.1.21 2023-10-21](#v0121-2023-10-21)
- [v0.1.20 2023-10-21](#v0120-2023-10-21)
- [v0.1.19 2023-10-17](#v0119-2023-10-17)
- [v0.1.18 2023-10-17](#v0118-2023-10-17)
- [v0.1.17 2023-10-14](#v0117-2023-10-14)
- [r3bl_tui](#r3bl_tui)
- [next-release-tui](#next-release-tui)
- [v0.6.0 2024-10-21](#060-2024-10-21)
- [v0.5.9 2024-09-12](#v059-2024-09-12)
- [v0.5.8 2024-09-07](#v058-2024-09-07)
- [v0.5.7 2024-08-13](#v057-2024-08-13)
Expand All @@ -53,6 +40,19 @@
- [v0.3.3 2023-04-20](#v033-2023-04-20)
- [v0.3.2 2023-03-06](#v032-2023-03-06)
- [v0.3.1 2023-03-06](#v031-2023-03-06)
- [r3bl_tuify](#r3bl_tuify)
- [next-release-tuify](#next-release-tuify)
- [v0.1.27 2024-09-12](#v0127-2024-09-12)
- [v0.1.26 2024-04-15](#v0126-2024-04-15)
- [v0.1.25 2024-01-14](#v0125-2024-01-14)
- [v0.1.24 2023-12-31](#v0124-2023-12-31)
- [v0.1.23 2023-12-22](#v0123-2023-12-22)
- [v0.1.22 2023-12-20](#v0122-2023-12-20)
- [v0.1.21 2023-10-21](#v0121-2023-10-21)
- [v0.1.20 2023-10-21](#v0120-2023-10-21)
- [v0.1.19 2023-10-17](#v0119-2023-10-17)
- [v0.1.18 2023-10-17](#v0118-2023-10-17)
- [v0.1.17 2023-10-14](#v0117-2023-10-14)
- [r3bl_terminal_async](#r3bl_terminal_async)
- [next-release-terminal-async](#next-release-terminal-async)
- [v0.5.7 2024-09-12](#v057-2024-09-12)
Expand Down Expand Up @@ -390,7 +390,7 @@ change for almost every crate in the repo. This

## `r3bl_tui`

### next-release-tui
### 0.6.0 (2024-10-21)

This is a major release that not only includes new functionality, but is a radical
reorganization of the crates. The reason for paying down this technical debt now is to
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion cmdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ path = "src/lib.rs"
r3bl_ansi_color = { path = "../ansi_color", version = "0.7.0" } # version is requried to publish to crates.io
r3bl_core = { path = "../core", version = "0.10.0" } # version is requried to publish to crates.io
r3bl_macro = { path = "../macro", version = "0.10.0" } # version is requried to publish to crates.io
r3bl_tui = { path = "../tui", version = "0.5.9" } # version is requried to publish to crates.io
r3bl_tui = { path = "../tui", version = "0.6.0" } # version is requried to publish to crates.io
r3bl_tuify = { path = "../tuify", version = "0.1.27" } # version is requried to publish to crates.io
r3bl_analytics_schema = { path = "../analytics_schema", version = "0.0.2" } # version is requried to publish to crates.io

Expand Down
4 changes: 2 additions & 2 deletions docs/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ cargo build; cargo test; cargo doc --no-deps; cargo clippy --fix --allow-dirty -
cargo publish --dry-run --allow-dirty
cargo readme > README.md
git add -A
git commit -S -m "v0.5.9-tui"
git tag -a v0.5.9-tui -m "v0.5.9-tui"
git commit -S -m "v0.6.0-tui"
git tag -a v0.6.0-tui -m "v0.6.0-tui"
cargo publish
git push ; git push --tags # Push tags & commits
cd ..
Expand Down
2 changes: 1 addition & 1 deletion terminal_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = "0.3.31" # Needed for cro
# r3bl-open-core.
r3bl_ansi_color = { path = "../ansi_color", version = "0.7.0" } # version is required to publish to crates.io
r3bl_core = { path = "../core", version = "0.10.0" } # version is requried to publish to crates.io
r3bl_tui = { path = "../tui", version = "0.5.9" } # version is requried to publish to crates.io
r3bl_tui = { path = "../tui", version = "0.6.0" } # version is requried to publish to crates.io
r3bl_tuify = { path = "../tuify", version = "0.1.27" } # version is requried to publish to crates.io

# Unicode support.
Expand Down
2 changes: 1 addition & 1 deletion tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3bl_tui"
version = "0.5.9"
version = "0.6.0"
edition = "2021"
resolver = "2"
description = "TUI library to build modern apps inspired by Elm, with Flexbox, CSS, editor component, emoji support, and more"
Expand Down

0 comments on commit 71f7776

Please sign in to comment.