diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf56b1..1085efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Semantic Versioning](https://semver.org/) +## [0.3.2] - 2024-04-26 + +- Bump pulldown-cmark from 0.10.2 to 0.10.3. See . + ## [0.3.1] - 2024-04-02 - Bump pulldown-cmark from 0.10.0 to 0.10.2. See . diff --git a/Cargo.lock b/Cargo.lock index cb96cf8..ef43699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "pyromark" -version = "0.3.1" +version = "0.3.2" dependencies = [ "pulldown-cmark", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 089ee6e..02c779d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyromark" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" include = [