From c76ac58e5efc58b28711f730c28077067255ff94 Mon Sep 17 00:00:00 2001 From: Noah Hellman Date: Tue, 2 Jul 2024 21:12:42 +0200 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- examples/jotdown_wasm/Cargo.toml | 2 +- tests/afl/Cargo.lock | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7cf79..bd466e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 65cee23..77b30ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,11 +273,11 @@ dependencies = [ [[package]] name = "jotdown" -version = "0.4.0" +version = "0.4.1" [[package]] name = "jotdown_wasm" -version = "0.4.0" +version = "0.4.1" dependencies = [ "git2", "jotdown", diff --git a/Cargo.toml b/Cargo.toml index 5961fd1..d91cab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "jotdown" description = "A parser for the Djot markup language" authors = ["Noah Hellman "] -version = "0.4.0" +version = "0.4.1" license = "MIT" edition = "2021" rust-version = "1.56" diff --git a/examples/jotdown_wasm/Cargo.toml b/examples/jotdown_wasm/Cargo.toml index 210b4f7..e308f54 100644 --- a/examples/jotdown_wasm/Cargo.toml +++ b/examples/jotdown_wasm/Cargo.toml @@ -3,7 +3,7 @@ name = "jotdown_wasm" description = "Web demo of Jotdown" authors = ["Noah Hellman "] license = "MIT" -version = "0.4.0" +version = "0.4.1" edition = "2021" homepage = "https://hllmn.net/projects/jotdown" repository = "https://github.com/hellux/jotdown" diff --git a/tests/afl/Cargo.lock b/tests/afl/Cargo.lock index f49da9f..5bc92f0 100644 --- a/tests/afl/Cargo.lock +++ b/tests/afl/Cargo.lock @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "jotdown" -version = "0.4.0" +version = "0.4.1" [[package]] name = "jotdown-afl"