Skip to content

0.6.2 - 2026-06-03

Choose a tag to compare

@github-actions github-actions released this 03 Jun 05:05

Release Notes

Fixed

  • Completed the 0.6.x deep-nesting fix by matching Mermaid for valid deeply nested Flowchart
    subgraphs: diagrams past 256 nested subgraphs now parse and render instead of returning the
    v0.6.1 custom depth-limit error.
  • Kept Class diagrams on their Class-specific stack-safe path: recursive namespace cluster
    extraction is bounded instead of following arbitrary nesting depth, so valid deep namespaces avoid
    call-stack growth without changing the existing Class parser contract.

Install merman-cli 0.6.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Latias94/merman/releases/download/v0.6.2/merman-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Latias94/merman/releases/download/v0.6.2/merman-cli-installer.ps1 | iex"

Download merman-cli 0.6.2

File Platform Checksum
merman-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
merman-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
merman-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
merman-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum