From 0ea38bf267242f1d3cc2d95626cdec392507f660 Mon Sep 17 00:00:00 2001 From: Noah Hellman Date: Wed, 6 Sep 2023 20:18:20 +0200 Subject: [PATCH] Release 0.3.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- examples/jotdown_wasm/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a68018..808e00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.2](https://github.com/hellux/jotdown/releases/tag/0.3.2) - 2023-09-06 + +### Changed + +- Alphabetic list markers can only be one character long. + ## [0.3.1](https://github.com/hellux/jotdown/releases/tag/0.3.1) - 2023-08-05 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 1b0285e..3a66d8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,11 +263,11 @@ dependencies = [ [[package]] name = "jotdown" -version = "0.3.1" +version = "0.3.2" [[package]] name = "jotdown_wasm" -version = "0.3.1" +version = "0.3.2" dependencies = [ "git2", "jotdown", diff --git a/Cargo.toml b/Cargo.toml index d6476ce..9413339 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.3.1" +version = "0.3.2" license = "MIT" edition = "2021" keywords = ["djot", "markup"] diff --git a/examples/jotdown_wasm/Cargo.toml b/examples/jotdown_wasm/Cargo.toml index a924503..3593138 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.3.1" +version = "0.3.2" edition = "2021" homepage = "https://hllmn.net/projects/jotdown" repository = "https://github.com/hellux/jotdown"