Skip to content

Commit 7fb85e9

Browse files
chore: release (#87)
## 🤖 New release * `tui-markdown`: 0.3.5 -> 0.3.6 (✓ API compatible changes) * `markdown-reader`: 0.1.25 -> 0.1.26 <details><summary><i><b>Changelog</b></i></summary><p> ## `tui-markdown` <blockquote> ## [0.3.6](tui-markdown-v0.3.5...tui-markdown-v0.3.6) - 2025-11-03 ### Added - Implement task list support ([#99](#99)) ### Other - *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#97](#97)) - *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#94](#94)) - *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#91](#91)) </blockquote> ## `markdown-reader` <blockquote> ## [0.1.26](markdown-reader-v0.1.25...markdown-reader-v0.1.26) - 2025-11-03 ### Added - Implement task list support ([#99](#99)) ### Other - *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#97](#97)) - *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#94](#94)) - *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#91](#91)) - *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#86](#86)) </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 45260c7 commit 7fb85e9

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-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.5", path = "tui-markdown" }
15+
tui-markdown = { version = "0.3.6", 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.1.26](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.25...markdown-reader-v0.1.26) - 2025-11-03
8+
9+
### Added
10+
11+
- Implement task list support ([#99](https://github.com/joshka/tui-markdown/pull/99))
12+
13+
### Other
14+
15+
- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#97](https://github.com/joshka/tui-markdown/pull/97))
16+
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#94](https://github.com/joshka/tui-markdown/pull/94))
17+
- *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#91](https://github.com/joshka/tui-markdown/pull/91))
18+
- *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#86](https://github.com/joshka/tui-markdown/pull/86))
19+
720
## [0.1.25](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.24...markdown-reader-v0.1.25) - 2025-05-07
821

922
### 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.25"
4+
version = "0.1.26"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.3.6](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.5...tui-markdown-v0.3.6) - 2025-11-03
8+
9+
### Added
10+
11+
- Implement task list support ([#99](https://github.com/joshka/tui-markdown/pull/99))
12+
13+
### Other
14+
15+
- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#97](https://github.com/joshka/tui-markdown/pull/97))
16+
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#94](https://github.com/joshka/tui-markdown/pull/94))
17+
- *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#91](https://github.com/joshka/tui-markdown/pull/91))
18+
719
## [0.3.5](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.4...tui-markdown-v0.3.5) - 2025-05-07
820

921
### 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.5"
4+
version = "0.3.6"
55
documentation = "https://docs.rs/tui-markdown"
66
categories = ["command-line-interface"]
77
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]

0 commit comments

Comments
 (0)