Skip to content

Commit

Permalink
chore: release (#49)
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 Oct 13, 2024
1 parent 6d41f83 commit 193e798
Show file tree
Hide file tree
Showing 5 changed files with 26 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.

11 changes: 11 additions & 0 deletions markdown-reader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.1.18](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.17...markdown-reader-v0.1.18) - 2024-10-13

### Added

- highlight code blocks ([#51](https://github.com/joshka/tui-markdown/pull/51))

### Other

- *(deps)* bump clap in the cargo-dependencies group ([#52](https://github.com/joshka/tui-markdown/pull/52))
- *(deps)* bump clap in the cargo-dependencies group ([#48](https://github.com/joshka/tui-markdown/pull/48))

## [0.1.17](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.16...markdown-reader-v0.1.17) - 2024-09-20

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.17"
version = "0.1.18"
documentation = "https://docs.rs/markdown-reader"
categories = ["command-line-interface"]
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
Expand All @@ -24,7 +24,7 @@ tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
time = { version = "0.3.36", features = ["formatting", "macros"] }
tui-markdown = { version = "0.2.10", path = "../tui-markdown" }
tui-markdown = { version = "0.2.11", path = "../tui-markdown" }

[[bin]]
name = "mdr"
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.2.11](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.2.10...tui-markdown-v0.2.11) - 2024-10-13

### Added

- highlight code blocks ([#51](https://github.com/joshka/tui-markdown/pull/51))

### Other

- *(deps)* bump rstest in the cargo-dependencies group ([#50](https://github.com/joshka/tui-markdown/pull/50))

## [0.2.10](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.2.9...tui-markdown-v0.2.10) - 2024-09-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.2.10"
version = "0.2.11"
documentation = "https://docs.rs/tui-markdown"
categories = ["command-line-interface"]
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
Expand Down

0 comments on commit 193e798

Please sign in to comment.