Skip to content

Commit dcd2b2b

Browse files
chore: release (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80e099d commit dcd2b2b

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

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

markdown-reader/CHANGELOG.md

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

55
## [unreleased]
66

7+
## [0.1.21](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.20...markdown-reader-v0.1.21) - 2024-12-17
8+
9+
### Other
10+
11+
- *(deps)* bump the cargo-dependencies group with 5 updates (#60)
12+
713
## [0.1.20](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.19...markdown-reader-v0.1.20) - 2024-11-20
814

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

tui-markdown/CHANGELOG.md

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

55
## [unreleased]
66

7+
## [0.3.1](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.0...tui-markdown-v0.3.1) - 2024-12-17
8+
9+
### Added
10+
11+
- Add support for links by replacing inner value (#62)
12+
13+
### Other
14+
15+
- *(deps)* bump the cargo-dependencies group with 5 updates (#60)
16+
717
## [0.3.0](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.2.12...tui-markdown-v0.3.0) - 2024-11-20
818

919
### Other

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

0 commit comments

Comments
 (0)