Skip to content

Commit cd6a2cb

Browse files
chore: release
1 parent aa929b1 commit cd6a2cb

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.1", path = "tui-markdown" }
15+
tui-markdown = { version = "0.3.2", path = "tui-markdown" }
1616

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

markdown-reader/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.1.22](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.21...markdown-reader-v0.1.22) - 2025-03-09
8+
9+
### Other
10+
11+
- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#70](https://github.com/joshka/tui-markdown/pull/70))
12+
- *(deps)* bump the cargo-dependencies group with 2 updates ([#66](https://github.com/joshka/tui-markdown/pull/66))
13+
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#64](https://github.com/joshka/tui-markdown/pull/64))
14+
715
## [0.1.21](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.20...markdown-reader-v0.1.21) - 2024-12-17
816

917
### Other

markdown-reader/Cargo.toml

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

tui-markdown/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.3.2](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.1...tui-markdown-v0.3.2) - 2025-03-09
8+
9+
### Other
10+
11+
- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#70](https://github.com/joshka/tui-markdown/pull/70))
12+
- *(deps)* bump the cargo-dependencies group with 2 updates ([#66](https://github.com/joshka/tui-markdown/pull/66))
13+
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#64](https://github.com/joshka/tui-markdown/pull/64))
14+
715
## [0.3.1](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.0...tui-markdown-v0.3.1) - 2024-12-17
816

917
### Added

tui-markdown/Cargo.toml

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

0 commit comments

Comments
 (0)