duckling 0.4.4 → 0.4.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/lib/duckling/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2445389f0349a2ef2e9b7068eb5b79cac00cef7003fe74f6ec4c5a4a5284e0e7
4
- data.tar.gz: f9cd93e89891880b56d0d470ef7e41b4c90e913c739e4db26673a66187f9e79b
3
+ metadata.gz: ab853786365fc9f02739ce2daea095b76176137ac58eef4e12a74b4a6629704a
4
+ data.tar.gz: f590332cd786d94ee13e368034d8bac9785a6fa9a10f5576191ca861867348d4
5
5
  SHA512:
6
- metadata.gz: 955249a9329cbce09c482b1e141b43da18c787b6f3a84468238ac7932e5ad9245b8467f922d2067b21b8a3b686fc42f40a8c287ab33465e8dd7a8522b715f424
7
- data.tar.gz: df16608a1d40526040776f1edff639a974f7a5991255fc65821e59f224902bce369d82fc28411a6c47e31248071e1c91f26969d970837c64a4839f3027b00265
6
+ metadata.gz: 4da5fbc36957903aeee239b67083573b03b74dc0fc4cf6af0f23252b2677254dadcfe112dd45b3889c941a683ffc9a3465c0eb09242c4e90c3ea4d94bc87fff4
7
+ data.tar.gz: 00bbcce524acac96bdfba51d76157109bc508527140630b8e6953f7861447f9ded9f543a1765f2fb9b302d117b63e1faa3235c35c5f75f1e32efaa0e828fe4f4
data/CHANGELOG.md CHANGED
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.4.4] - 2026-08-13
10
+
11
+ ## What's Changed
12
+ * Benchmark results (github-actions, 0.4.3) by @github-actions[bot] in https://github.com/cpb/duckling/pull/138
13
+ * Update CHANGELOG for v0.4.3 by @github-actions[bot] in https://github.com/cpb/duckling/pull/139
14
+ * Benchmark results (github-actions, 0.4.3) by @cpb in https://github.com/cpb/duckling/pull/141
15
+ * Default bin/worktree harness to Pi; add --pi/--claude/--gemini flags by @cpb in https://github.com/cpb/duckling/pull/142
16
+ * Document Pi as the default bin/worktree harness by @cpb in https://github.com/cpb/duckling/pull/143
17
+ * Skip the CI suite for docs-only PRs by @cpb in https://github.com/cpb/duckling/pull/144
18
+ * Publish release gems to GitHub Packages as well as RubyGems; release 0.4.4 by @cpb in https://github.com/cpb/duckling/pull/145
19
+
20
+
21
+ **Full Changelog**: https://github.com/cpb/duckling/compare/v0.4.3...v0.4.4
22
+
23
+
9
24
  ## [0.4.3] - 2026-08-11
10
25
 
11
26
  ## What's Changed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Duckling
4
- VERSION = "0.4.4"
4
+ VERSION = "0.4.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duckling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Buxton