Skip to content

Commit afd25b7

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

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown-reader/CHANGELOG.md

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

55
## [unreleased]
66

7+
## [0.1.12](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.11...markdown-reader-v0.1.12) - 2024-07-15
8+
9+
### Other
10+
- *(deps)* bump clap in the cargo-dependencies group ([#32](https://github.com/joshka/tui-markdown/pull/32))
11+
712
## [0.1.11](https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.10...markdown-reader-v0.1.11) - 2024-07-02
813

914
### 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.11"
4+
version = "0.1.12"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/joshka/tui-markdown"

0 commit comments

Comments
 (0)