Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6] - 2026-02-01

- Ensure real rendering by skipping stub engine and bundling mermaid deps

## [0.2.5] - 2026-02-01

- Move MCP server to SDK and add data URI option
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mermkit"
version = "0.2.5"
version = "0.2.6"
description = "Python bindings for mermkit (Mermaid rendering toolkit)"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mermkit"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
description = "Rust bindings for mermkit (Mermaid rendering toolkit)"
license = "MIT"
Expand Down
Loading
Loading