Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Jul 2, 2024
1 parent e0ab03f commit c76ac58
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.4.1](https://github.com/hellux/jotdown/releases/tag/0.4.1) - 2024-07-02

### Added

- Convenience function `html::render_to_string` (#49)

### Fixed

- Allow backslash at end of verbatim (#54)

## [0.4.0](https://github.com/hellux/jotdown/releases/tag/0.4.0) - 2024-03-20

### 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.4.0"
version = "0.4.1"
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.4.0"
version = "0.4.1"
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 c76ac58

Please sign in to comment.