Skip to content

Commit 3189056

Browse files
committed
v0.9.9
1 parent e3365eb commit 3189056

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
[Semantic Versioning](https://semver.org/)
44

5+
## [0.9.9] - 2026-03-12
6+
7+
- Add support for riscv64gc-unknown-linux-musl target.
8+
- Update pulldown-cmark to v0.13.1.
9+
510
## [0.9.8] - 2025-11-27
611

712
- Drop support for EOL Python 3.9.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyromark"
3-
version = "0.9.8"
3+
version = "0.9.9"
44
edition = "2024"
55
license = "MIT"
66
include = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyromark"
3-
version = "0.9.8"
3+
version = "0.9.9"
44
description = "Blazingly fast Markdown parser"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)