Skip to content

Commit cf37384

Browse files
chore: release (#83)
## πŸ€– New release * `tui-markdown`: 0.3.3 -> 0.3.4 (βœ“ API compatible changes) * `markdown-reader`: 0.1.23 -> 0.1.24 <details><summary><i><b>Changelog</b></i></summary><p> ## `tui-markdown` <blockquote> ## [0.3.4](tui-markdown-v0.3.3...tui-markdown-v0.3.4) - 2025-05-07 ### Other - remove unnecessary allowed lints ([#82](#82)) - add rustfmt and reformat code ([#81](#81)) </blockquote> ## `markdown-reader` <blockquote> ## [0.1.24](markdown-reader-v0.1.23...markdown-reader-v0.1.24) - 2025-05-07 ### Other - add rustfmt and reformat code ([#81](#81)) - *(deps)* bump clap in the cargo-dependencies group ([#73](#73)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72b823e commit cf37384

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
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
@@ -12,7 +12,7 @@ authors = ["Joshka"]
1212

1313
[workspace.dependencies]
1414
ratatui = { version = "0.29.0", default-features = false }
15-
tui-markdown = { version = "0.3.3", path = "tui-markdown" }
15+
tui-markdown = { version = "0.3.4", path = "tui-markdown" }
1616

1717
[patch.crates-io]
1818
# when developing ratatui, uncomment this line to use the local version

β€Žmarkdown-reader/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.1.24](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.23...markdown-reader-v0.1.24) - 2025-05-07
8+
9+
### Other
10+
11+
- add rustfmt and reformat code ([#81](https://github.com/joshka/tui-markdown/pull/81))
12+
- *(deps)* bump clap in the cargo-dependencies group ([#73](https://github.com/joshka/tui-markdown/pull/73))
13+
714
## [0.1.23](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.22...markdown-reader-v0.1.23) - 2025-03-11
815

916
### Other

β€Žmarkdown-reader/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "markdown-reader"
33
description = "A simple markdown reader that uses ratatui to render markdown files."
4-
version = "0.1.23"
4+
version = "0.1.24"
55
documentation = "https://docs.rs/markdown-reader"
66
categories = ["command-line-interface"]
77
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]

β€Žtui-markdown/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.3.4](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.3...tui-markdown-v0.3.4) - 2025-05-07
8+
9+
### Other
10+
11+
- remove unnecessary allowed lints ([#82](https://github.com/joshka/tui-markdown/pull/82))
12+
- add rustfmt and reformat code ([#81](https://github.com/joshka/tui-markdown/pull/81))
13+
714
## [0.3.3](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.2...tui-markdown-v0.3.3) - 2025-03-11
815

916
### Other

β€Žtui-markdown/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tui-markdown"
33
description = "A simple library for converting markdown to a Rataui Text value"
4-
version = "0.3.3"
4+
version = "0.3.4"
55
documentation = "https://docs.rs/tui-markdown"
66
categories = ["command-line-interface"]
77
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]

0 commit comments

Comments
Β (0)