From c7e1e816186fd32cff4b27d48cdb8549dda9b70c Mon Sep 17 00:00:00 2001 From: Canop Date: Wed, 24 Apr 2024 15:49:45 +0200 Subject: [PATCH] version 0.29.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a259f42..2c9246f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.* + +### v0.29.2 - 2024-04-24 +- update Crokey to 1.0.0 + ### v0.29.1 - 2024-02-10 - event source's `combining` now `false` by default diff --git a/Cargo.toml b/Cargo.toml index ed74ac2..497413e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termimad" -version = "0.29.1" +version = "0.29.2" authors = ["dystroy "] repository = "https://github.com/Canop/termimad" description = "Markdown Renderer for the Terminal" @@ -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]