diff --git a/CHANGELOG.md b/CHANGELOG.md index c86e0e0..1b1bfd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [Semantic Versioning](https://semver.org/) +## [0.7.1] - 2024-12-24 + +- Don't close input file in CLI if it is stdin. + ## [0.7.0] - 2024-11-26 Breaking: diff --git a/Cargo.lock b/Cargo.lock index 9f90436..378fcfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "pyromark" -version = "0.7.0" +version = "0.7.1" dependencies = [ "pulldown-cmark", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 68350ec..69bf8b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyromark" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT" include = [ diff --git a/pyproject.toml b/pyproject.toml index a1032ac..cc92583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["maturin>=1,<2"] [project] name = "pyromark" -version = "0.7.0" +version = "0.7.1" description = "Blazingly fast Markdown parser" readme = "README.md" keywords = ["converter", "html"] diff --git a/uv.lock b/uv.lock index c167b6d..1f9f4f8 100644 --- a/uv.lock +++ b/uv.lock @@ -750,7 +750,7 @@ wheels = [ [[package]] name = "pyromark" -version = "0.7.0" +version = "0.7.1" source = { virtual = "." } dependencies = [ { name = "typing-extensions" },