From 4c29628d267e34ce4eb553467313bcde31bf2b05 Mon Sep 17 00:00:00 2001 From: David Paluy Date: Sun, 12 Jul 2026 15:56:52 -0500 Subject: [PATCH] chore(release): prepare v0.6.3 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 4 ++-- lib/fizzy/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95159a2..e355823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.6.3] - 2026-07-12 + +### Changed +- Documented that the card create and update `--body` option accepts raw HTML. + ## [0.6.1] - 2026-02-23 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index a227a1d..3ff0697 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fizzy-cli (0.6.2) + fizzy-cli (0.6.3) thor (~> 1.5) GEM @@ -72,7 +72,7 @@ CHECKSUMS ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383 bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7 crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e - fizzy-cli (0.6.2) + fizzy-cli (0.6.3) hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1 json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986 language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc diff --git a/lib/fizzy/version.rb b/lib/fizzy/version.rb index 1c831d8..dc0fd72 100644 --- a/lib/fizzy/version.rb +++ b/lib/fizzy/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Fizzy - VERSION = "0.6.2" + VERSION = "0.6.3" end