Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Aug 3, 2023
1 parent d7a6dc4 commit e4b558a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.6.0 - 2023-08-03

### Added

- added link reference definition as AST node (renders as empty) for roundtripping
(https://github.com/rlidwka/markdown-it.rs/pull/22)

### Changed

- only set max indent=4 if `code` blocks plugin is enabled
(https://github.com/rlidwka/markdown-it.rs/pull/20)

### Fixed

- fixed ambiguity between tables and setext headings
(https://github.com/rlidwka/markdown-it.rs/pull/27)

## 0.5.1 - 2023-07-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown-it"
version = "0.5.1"
version = "0.6.0"
authors = ["Alex Kocharin <alex@kocharin.ru>"]
description = "Rust port of popular markdown-it.js library."
documentation = "https://docs.rs/markdown-it"
Expand Down

0 comments on commit e4b558a

Please sign in to comment.