Skip to content

Commit f476f1a

Browse files
committed
version 0.31.2
1 parent 498398e commit f476f1a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.2"></a>
4+
### v0.31.2 - 2025-01-25
5+
- tbl and MadSkin::compound_style now public
6+
37
<a name="v0.31.1"></a>
48
### v0.31.1 - 2024-11-17
59
- TextView::try_scroll_pages now accepts float values (anything `Into<f64>`)

Cargo.toml

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

0 commit comments

Comments
 (0)