Skip to content

Commit 6378a8c

Browse files
chore: release (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 916be5f commit 6378a8c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown-reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = "0.1.40"
2121
tracing-error = "0.2.0"
2222
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2323
time = { version = "0.3.36", features = ["formatting", "macros"] }
24-
tui-markdown = { version = "0.2.7", path = "../tui-markdown" }
24+
tui-markdown = { version = "0.2.8", path = "../tui-markdown" }
2525

2626
[[bin]]
2727
name = "mdr"

tui-markdown/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.2.8](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.2.7...tui-markdown-v0.2.8) - 2024-09-02
8+
9+
### Other
10+
- *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates ([#41](https://github.com/joshka/tui-markdown/pull/41))
11+
- *(deps)* bump the cargo-dependencies group with 2 updates ([#38](https://github.com/joshka/tui-markdown/pull/38))
12+
713
## [0.2.7](https://github.com/joshka/tui-markdown/compare/tui-markdown-v0.2.6...tui-markdown-v0.2.7) - 2024-08-06
814

915
### Other

tui-markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2.7"
4+
version = "0.2.8"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/joshka/tui-markdown"

0 commit comments

Comments
 (0)