Skip to content

Commit

Permalink
version 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Apr 24, 2024
1 parent 6e2dbcc commit c7e1e81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*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.*

<a name="v0.29.2"></a>
### v0.29.2 - 2024-04-24
- update Crokey to 1.0.0

<a name="v0.29.1"></a>
### v0.29.1 - 2024-02-10
- event source's `combining` now `false` by default
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "termimad"
version = "0.29.1"
version = "0.29.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/termimad"
description = "Markdown Renderer for the Terminal"
Expand All @@ -18,13 +18,13 @@ default = ["special-renders"]

[dependencies]
coolor = { version="0.9.0", features=["crossterm"] }
crokey = "0.6.3"
crokey = "1.0.0"
crossbeam = "0.8"
lazy-regex = "3"
minimad = "0.13.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
unicode-width = "0.1.10"
unicode-width = "0.1.11"
# cli-log = "2.0"

[dev-dependencies]
Expand Down

0 comments on commit c7e1e81

Please sign in to comment.