duckling 0.1.1 → 0.1.2

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 +10 -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: 0a9f5672530209036d63f78b625252159544537cf08bfcce66ff56e27240194a
4
- data.tar.gz: '09221a821a9021eaa80969f27fb7a697e2f4edfabf7ebd1aa1683c76b43f7128'
3
+ metadata.gz: b28f18957e373c1fec00373b61866c6f8a19eadda2a44e620807c8f3bc39fb40
4
+ data.tar.gz: 516d57264f8dab09d9d289cbb6c68d941d7daef17d2adffb03c7adbcf5ef4946
5
5
  SHA512:
6
- metadata.gz: eddfd999944b7c5ca5684fbb89f4b2a4939fff9c19466ecdddc26b4fa3e6a4bc7ce6ee2f36a10d564d8f5443218f037d923c0da1b01efa6bd5d6e3b8a9a304ee
7
- data.tar.gz: 8a88de504508e9c196a27afdc1d6d6c2c930809ddb9f665ccdfad16ee3a32fd043f9a048fbb0406ef5e4b4fb739f0568eeb1b910d647ea47d3713df5f5aeac58
6
+ metadata.gz: d4f7fd7fc3768a97965cd2de56f9bddfa47a89eb30ab4e7cb2c6e773c9cfdad130affd5c562de60616e7b8ebe8f432c9303ac71c996a55e606cc2cf6a2ba3c1d
7
+ data.tar.gz: a7a0769cad0a44aa27a7ace5060b9e6f4ebc05d123717a4938c4b65d54020c2e6b2f503076d0653873079982fe8a8a12966d75d3ba138632e6d6a79d221b4703
data/CHANGELOG.md CHANGED
@@ -5,3 +5,13 @@ 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/en/1.1.0/).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [0.1.1] - 2026-07-01
10
+
11
+ ## What's Changed
12
+ * Automate gem release: tag-triggered publish to RubyGems by @cpb in https://github.com/cpb/duckling/pull/5
13
+
14
+ ## New Contributors
15
+ * @cpb made their first contribution in https://github.com/cpb/duckling/pull/5
16
+
17
+ **Full Changelog**: https://github.com/cpb/duckling/compare/v0.1.0...v0.1.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Duckling
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Buxton