Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Sep 22, 2024
1 parent 549b18e commit 62b7085
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.6.0](https://github.com/hellux/jotdown/releases/tag/0.6.0) - 2024-09-22

### Added

- (breaking) `ListBulletType` to `ListKind::Unordered` and `ListKind::Task` in
order to specify which bullet character was used for the list item (#57).
- (breaking) HTML renderer: configurable formatting, with minified or indented
options (#58, #59).
- CLI: arguments for HTML formatting options.

## [0.5.0](https://github.com/hellux/jotdown/releases/tag/0.5.0) - 2024-08-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "jotdown"
description = "A parser for the Djot markup language"
authors = ["Noah Hellman <[email protected]>"]
version = "0.5.0"
version = "0.6.0"
license = "MIT"
edition = "2021"
rust-version = "1.56"
Expand Down
2 changes: 1 addition & 1 deletion examples/jotdown_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "jotdown_wasm"
description = "Web demo of Jotdown"
authors = ["Noah Hellman <[email protected]>"]
license = "MIT"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
homepage = "https://hllmn.net/projects/jotdown"
repository = "https://github.com/hellux/jotdown"
Expand Down
2 changes: 1 addition & 1 deletion tests/afl/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62b7085

Please sign in to comment.