Skip to content

Commit

Permalink
v0.5.8-tui
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmulidris committed Sep 7, 2024
1 parent ec3d736 commit 2717c88
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [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](#next-release)
- [v0.5.8 2024-09-07](#v058-2024-09-07)
- [v0.5.7 2024-08-13](#v057-2024-08-13)
- [v0.5.6 2024-06-29](#v056-2024-06-29)
- [v0.5.5 2024-05-20](#v055-2024-05-20)
Expand All @@ -42,7 +42,7 @@
- [v0.3.2 2023-03-06](#v032-2023-03-06)
- [v0.3.1 2023-03-06](#v031-2023-03-06)
- [r3bl_rs_utils_core](#r3bl_rs_utils_core)
- [next-release](#next-release)
- [v0.9.15 2024-09-07](#v0915-2024-09-07)
- [v0.9.14 2024-08-13](#v0914-2024-08-13)
- [v0.9.13 2024-04-15](#v0913-2024-04-15)
- [v0.9.12 2024-01-07](#v0912-2024-01-07)
Expand Down Expand Up @@ -86,7 +86,7 @@
- [v0.1.1 2023-10-17](#v011-2023-10-17)
- [v0.1.0 2023-10-14](#v010-2023-10-14)
- [r3bl_rs_utils_redux](#r3bl_rs_utils_redux)
- [next-release](#next-release)
- [v0.2.6 2024-09-07](#v026-2024-09-07)
- [v0.2.6 2023-10-21](#v026-2023-10-21)
- [v0.2.5 2023-10-17](#v025-2023-10-17)
- [v0.2.4 2023-10-14](#v024-2023-10-14)
Expand Down Expand Up @@ -324,8 +324,8 @@ in a text editor.
## `r3bl_tui`
<a id="markdown-r3bl_tui" name="r3bl_tui"></a>

### next-release
<a id="markdown-next-release" name="next-release"></a>
### v0.5.8 (2024-09-07)
<a id="markdown-v0.5.8-2024-09-07" name="v0.5.8-2024-09-07"></a>

- Removed:
- Remove `get-size` crate from `Cargo.toml`. This was causing some [issues with
Expand All @@ -339,6 +339,9 @@ in a text editor.
`color_wheel`, `lolcat`, and following files: `offscreen_buffer.rs`,
`main_event_loop.rs`.

- Updated:
- Use the latest deps for all crates in `Cargo.toml` and `Cargo.lock`.

### v0.5.7 (2024-08-13)
<a id="markdown-v0.5.7-2024-08-13" name="v0.5.7-2024-08-13"></a>

Expand Down Expand Up @@ -627,8 +630,8 @@ exhaustively tested and is able to handle many more corner cases.
## `r3bl_rs_utils_core`
<a id="markdown-r3bl_rs_utils_core" name="r3bl_rs_utils_core"></a>

### next-release
<a id="markdown-next-release" name="next-release"></a>
### v0.9.15 (2024-09-07)
<a id="markdown-v0.9.15-2024-09-07" name="v0.9.15-2024-09-07"></a>

- Removed:
- Remove `get-size` crate from `Cargo.toml`. This was causing some [issues with
Expand All @@ -643,6 +646,9 @@ exhaustively tested and is able to handle many more corner cases.
commas. This is useful for displaying size in bytes or kilobytes, etc. in log output
messages.

- Updated:
- Use the latest deps for all crates in `Cargo.toml` and `Cargo.lock`.

### v0.9.14 (2024-08-13)
<a id="markdown-v0.9.14-2024-08-13" name="v0.9.14-2024-08-13"></a>

Expand Down Expand Up @@ -1095,13 +1101,16 @@ This is the first release of this crate.
## `r3bl_rs_utils_redux`
<a id="markdown-r3bl_rs_utils_redux" name="r3bl_rs_utils_redux"></a>

### next-release
<a id="markdown-next-release" name="next-release"></a>
### v0.2.6 (2024-09-07)
<a id="markdown-v0.2.6-2024-09-07" name="v0.2.6-2024-09-07"></a>

- Removed:
- Remove `get-size` crate from `Cargo.toml`. This was causing some [issues with
`RUSTSEC-2024-0370`](https://github.com/r3bl-org/r3bl-open-core/issues/359).

- Updated:
- Use the latest deps for all crates in `Cargo.toml` and `Cargo.lock`.

### v0.2.6 (2023-10-21)
<a id="markdown-v0.2.6-2023-10-21" name="v0.2.6-2023-10-21"></a>

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.

4 changes: 2 additions & 2 deletions docs/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ cargo update --verbose # Update Cargo.lock file (not Cargo.toml)
cargo build; cargo test; cargo doc --no-deps; cargo clippy --fix --allow-dirty --allow-staged
cargo publish --dry-run --allow-dirty
git add -A
git commit -S -m "v0.5.7-tui"
git tag -a v0.5.7-tui -m "v0.5.7-tui"
git commit -S -m "v0.5.8-tui"
git tag -a v0.5.8-tui -m "v0.5.8-tui"
cargo publish
git push ; git push --tags # Push tags & commits
cd ..
Expand Down
4 changes: 2 additions & 2 deletions tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3bl_tui"
version = "0.5.7"
version = "0.5.8"
edition = "2021"
resolver = "2"
description = "TUI library to build modern apps inspired by Elm, with Flexbox, CSS, editor component, emoji support, and more"
Expand All @@ -26,7 +26,7 @@ path = "src/lib.rs"

[dependencies]
# r3bl-open-core.
r3bl_rs_utils_core = { path = "../core", version = "0.9.14" }
r3bl_rs_utils_core = { path = "../core", version = "0.9.15" }
r3bl_rs_utils_macro = { path = "../macro", version = "0.9.9" }
r3bl_ansi_color = { path = "../ansi_color", version = "0.6.9" }

Expand Down

0 comments on commit 2717c88

Please sign in to comment.