We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe1d1e commit 2d7c085Copy full SHA for 2d7c085
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.6.1 - 2024-07-07
4
+
5
+### Fixed
6
7
+ - fixed panic on malformed input found by fuzzing
8
+ (https://github.com/markdown-it-rust/markdown-it/issues/40)
9
10
## 0.6.0 - 2023-08-03
11
12
### Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "markdown-it"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Alex Kocharin <alex@kocharin.ru>"]
description = "Rust port of popular markdown-it.js library."
documentation = "https://docs.rs/markdown-it"
0 commit comments