Skip to content

Commit bbb87bb

Browse files
committed
version 0.32.0 (basically update crossterm to 0.29)
1 parent b84288d commit bbb87bb

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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.32.0"></a>
4+
### v0.32.0 - 2025-05-09
5+
- update crokey to 1.2
6+
- update coolor to 1.1
7+
- update crossterm to 0.29
8+
39
<a name="v0.31.3"></a>
410
### v0.31.3 - 2025-04-16
511
- dependency update

Cargo.toml

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

1919
[dependencies]
20-
coolor = { version="1.0.0", features=["crossterm"] }
21-
crokey = "1.1.1"
20+
coolor = { version="1.1.0", features=["crossterm"] }
21+
crokey = "1.2.0"
2222
crossbeam = "0.8"
2323
lazy-regex = "3.4"
2424
minimad = "0.13.0"
@@ -38,7 +38,6 @@ terminal-clipboard = "0.4.1"
3838
[patch.crates-io]
3939
# coolor = { path = "../coolor" }
4040
# crokey = { path = "../crokey" }
41-
# crossterm = { path = "../crossterm" }
4241
# minimad = { path = "../minimad" }
4342
# terminal-clipboard = { path = "../terminal-clipboard" }
4443
# lazy-regex = { path = "../lazy-regex" }

0 commit comments

Comments
 (0)