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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/lib/duckling/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab853786365fc9f02739ce2daea095b76176137ac58eef4e12a74b4a6629704a
|
|
4
|
+
data.tar.gz: f590332cd786d94ee13e368034d8bac9785a6fa9a10f5576191ca861867348d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/duckling/version.rb
CHANGED