Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2025
1 parent 02dc3e7 commit 572ccf9
Show file tree
Hide file tree
Showing 6 changed files with 19 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.1", path = "tui-markdown" }
tui-markdown = { version = "0.3.2", path = "tui-markdown" }

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

## [unreleased]

## [0.1.22](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.21...markdown-reader-v0.1.22) - 2025-01-29

### Other

- *(deps)* bump the cargo-dependencies group with 2 updates (#66)
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates (#64)

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

### 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.21"
version = "0.1.22"
documentation = "https://docs.rs/markdown-reader"
categories = ["command-line-interface"]
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
Expand Down
7 changes: 7 additions & 0 deletions tui-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.3.2](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.3.1...tui-markdown-v0.3.2) - 2025-01-29

### Other

- *(deps)* bump the cargo-dependencies group with 2 updates (#66)
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates (#64)

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

### Added
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.1"
version = "0.3.2"
documentation = "https://docs.rs/tui-markdown"
categories = ["command-line-interface"]
keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
Expand Down

0 comments on commit 572ccf9

Please sign in to comment.