fizzy-cli 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efe749ed1dc92baf36b4697b83f86994ae34ead9c4a158f98a6cf608b33114ad
4
- data.tar.gz: 3adee01c37ca5939762c0199d54a8e7749779e2d2c29f9d1b07668ddb5512e49
3
+ metadata.gz: 3c1e6930ad7c4f43a9aae0922d7a1bc886fa4cd21dfa0ddee3ed61a5e78516d0
4
+ data.tar.gz: ed3bd3dba8fec6780031b5dcc7151fd0ae26eb86e13e2538bd99e419ef9f8c3a
5
5
  SHA512:
6
- metadata.gz: 7aafef3d823f393aa066694f7e9bb3105bdb6393f36e38de1f08b07d64bfd31754bbce0d8b441c64c57d36b61e23ac3221d32a005d550d413f6b9e8246e5eb51
7
- data.tar.gz: 4a7a464768cc0602c453a3ee1e66c0440d54d3d4db32eddf47a979096b2be8d9688f81a801fdc540bbc81f60f228295c51de71b8d5a80be9a57eef79b4d9ef89
6
+ metadata.gz: 1345eff38265c65189877d3e11fc881bca250ebbce586664259eb3fa9360197dbf6f639bf0ed564717a74b5d4e6497dca5b6635cdc38a3ebfd5d8519e341cc0c
7
+ data.tar.gz: e4c32c0945e663517204ebdf072d3d56ffdf28660d3f8f61654efdede0063b6622f1c6fd1480a6488a1520abdaee112865aeddc4534f3c756d6eb3160c7ea1cb
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
 
8
+ ## [0.6.3] - 2026-07-12
9
+
10
+ ### Changed
11
+ - Documented that the card create and update `--body` option accepts raw HTML.
12
+
8
13
  ## [0.6.1] - 2026-02-23
9
14
 
10
15
  ### Fixed
@@ -23,7 +23,7 @@ module Fizzy
23
23
 
24
24
  def account
25
25
  slug = global_options[:account]
26
- slug = nil if slug&.empty?
26
+ slug = nil if slug && slug.empty?
27
27
  @account ||= Auth.resolve(slug || project_config.account)
28
28
  end
29
29
 
data/lib/fizzy/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fizzy
4
- VERSION = "0.6.2"
4
+ VERSION = "0.6.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fizzy-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Paluy