Skip to content

Commit

Permalink
chore: release (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent 80e099d commit dcd2b2b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = ["Joshka"]

[workspace.dependencies]
ratatui = { version = "0.29.0", default-features = false }
tui-markdown = { version = "0.3.0", path = "tui-markdown" }
tui-markdown = { version = "0.3.1", path = "tui-markdown" }

[patch.crates-io]
# when developing ratatui, uncomment this line to use the local version
Expand Down
6 changes: 6 additions & 0 deletions markdown-reader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.1.21](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.20...markdown-reader-v0.1.21) - 2024-12-17

### Other

- *(deps)* bump the cargo-dependencies group with 5 updates (#60)

## [0.1.20](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.19...markdown-reader-v0.1.20) - 2024-11-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion markdown-reader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "markdown-reader"
description = "A simple markdown reader that uses ratatui to render markdown files."
version = "0.1.20"
version = "0.1.21"
documentation = "https://docs.rs/markdown-reader"
categories = ["command-line-interface"]
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
Expand Down
10 changes: 10 additions & 0 deletions tui-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.3.1](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.0...tui-markdown-v0.3.1) - 2024-12-17

### Added

- Add support for links by replacing inner value (#62)

### Other

- *(deps)* bump the cargo-dependencies group with 5 updates (#60)

## [0.3.0](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.2.12...tui-markdown-v0.3.0) - 2024-11-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion tui-markdown/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tui-markdown"
description = "A simple library for converting markdown to a Rataui Text value"
version = "0.3.0"
version = "0.3.1"
documentation = "https://docs.rs/tui-markdown"
categories = ["command-line-interface"]
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
Expand Down

0 comments on commit dcd2b2b

Please sign in to comment.