diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb33bd..5469c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.6.0] - 2026-05-31 ### Added - **Markdown frontmatter support.** YAML (`---`) and TOML (`+++`) metadata @@ -117,6 +117,8 @@ First release published to [crates.io](https://crates.io/crates/termdown). Initial release: direct-output Markdown renderer with H1–H3 headings rasterized to PNG and painted via the Kitty graphics protocol. +[0.6.0]: https://github.com/rrbe/termdown/releases/tag/v0.6.0 +[0.5.1]: https://github.com/rrbe/termdown/releases/tag/v0.5.1 [0.5.0]: https://github.com/rrbe/termdown/releases/tag/v0.5.0 [0.4.0]: https://github.com/rrbe/termdown/releases/tag/v0.4.0 [0.3.0]: https://github.com/rrbe/termdown/releases/tag/v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 5fd7c4e..285334a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "termdown" -version = "0.5.1" +version = "0.6.0" dependencies = [ "ab_glyph", "base64", diff --git a/Cargo.toml b/Cargo.toml index ee87b04..9e9380d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termdown" -version = "0.5.1" +version = "0.6.0" edition = "2021" description = "Render Markdown with large-font headings in the terminal via Kitty graphics protocol" license = "Apache-2.0"