Skip to content

Commit 20f66a8

Browse files
committed
version 0.31.3
1 parent 9ef54dd commit 20f66a8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*If you're reading this because you try make sense of some new API or a breaking change, you might also be interested in coming to the chat for explanations or guidance.*
22

3+
<a name="v0.31.3"></a>
4+
### v0.31.3 - 2025-04-16
5+
- dependency update
6+
37
<a name="v0.31.2"></a>
48
### v0.31.2 - 2025-01-25
59
- tbl and MadSkin::compound_style now public

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "termimad"
3-
version = "0.31.2"
3+
version = "0.31.3"
44
authors = ["dystroy <[email protected]>"]
55
repository = "https://github.com/Canop/termimad"
66
description = "Markdown Renderer for the Terminal"
@@ -18,9 +18,9 @@ default = ["special-renders"]
1818

1919
[dependencies]
2020
coolor = { version="1.0.0", features=["crossterm"] }
21-
crokey = "1.1.0"
21+
crokey = "1.1.1"
2222
crossbeam = "0.8"
23-
lazy-regex = "3.2"
23+
lazy-regex = "3.4"
2424
minimad = "0.13.0"
2525
serde = { version = "1.0", features = ["derive"] }
2626
thiserror = "2.0"

0 commit comments

Comments
 (0)