Skip to content

Commit 572ccf9

Browse files
chore: release
1 parent 02dc3e7 commit 572ccf9

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.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

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.22](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.21...markdown-reader-v0.1.22) - 2025-01-29
8+
9+
### Other
10+
11+
- *(deps)* bump the cargo-dependencies group with 2 updates (#66)
12+
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates (#64)
13+
714
## [0.1.21](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.20...markdown-reader-v0.1.21) - 2024-12-17
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.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

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.2](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.1...tui-markdown-v0.3.2) - 2025-01-29
8+
9+
### Other
10+
11+
- *(deps)* bump the cargo-dependencies group with 2 updates (#66)
12+
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates (#64)
13+
714
## [0.3.1](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.0...tui-markdown-v0.3.1) - 2024-12-17
815

916
### Added

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.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)