From 7c2227fa3a67ccef5f0c60d2b694210e0e38f7b1 Mon Sep 17 00:00:00 2001 From: shawn Date: Mon, 8 Jun 2026 22:01:27 +0800 Subject: [PATCH] chore: bump version to 0.6.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f356ca2..575f949 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.1] - 2026-06-08 ### Fixed - **`cargo install termdown` no longer fails on Linux servers without the diff --git a/Cargo.lock b/Cargo.lock index 285334a..4b9ef9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "termdown" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ab_glyph", "base64", diff --git a/Cargo.toml b/Cargo.toml index cc32f54..92b33ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termdown" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Render Markdown with large-font headings in the terminal via Kitty graphics protocol" license = "Apache-2.0"