Skip to content

Commit 2d7c085

Browse files
committed
0.6.1
1 parent dbe1d1e commit 2d7c085

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 0.6.0 - 2023-08-03
411

512
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Alex Kocharin <alex@kocharin.ru>"]
55
description = "Rust port of popular markdown-it.js library."
66
documentation = "https://docs.rs/markdown-it"

0 commit comments

Comments
 (0)