Skip to content

Commit a1d33db

Browse files
committed
0.5.0
1 parent 4d3af4a commit a1d33db

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.5.0 - 2023-05-13
4+
5+
### Added
6+
7+
- typographer plugin (https://github.com/rlidwka/markdown-it.rs/pull/4)
8+
- smartquotes plugin (https://github.com/rlidwka/markdown-it.rs/pull/5)
9+
- headings with ids plugin (https://github.com/rlidwka/markdown-it.rs/pull/18)
10+
11+
### Changed
12+
13+
- reference map changed from a HashMap to a trait object, allowing user to override it
14+
(https://github.com/rlidwka/markdown-it.rs/pull/17)
15+
16+
## 0.0.0 - 0.4.0 (2022-05-21 - 2022-10-03)
17+
18+
Initial commits. Software was not stabilized yet, so changes weren't documented that point.

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.4.0"
3+
version = "0.5.0"
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)