wiki_promoter 0.1.0 → 0.1.1

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: 49ad9cfb63d2cfd271010eca6a921eec3e92e093cd8de1c261b2c7a708ca3216
4
- data.tar.gz: c19692e580ab14ac6f1f7d8da21dae691dbafd133a801c2153f7592c306f3935
3
+ metadata.gz: 5fa90cc20c8f612a1c0f7d25fc69c7f6a6256bc53d43a964a1c334d2ba90f89c
4
+ data.tar.gz: bb88973e024272d1991b6c5226e151365b7a9065a3536bf6c4629e8db2007757
5
5
  SHA512:
6
- metadata.gz: 1b1389319179165e05c710354f22ed36ba3ed16232958e9fc24fafac8e39fcad7028a7125ab67498ab6c2e55269b3f913ca50866d645441d7516155d84a7265e
7
- data.tar.gz: f26d49102ad80218c57527bceb9345a31b5a26ae57404ac75bccbb5736a32d526ac73a7e7657bf13439c36643171494ad4754e41d8b65fc5c023e8607019af42
6
+ metadata.gz: 78e8f87b4f48e6dffcf134aff10cbad13b63fe2bc3d2470aae4519e7f54c4a893786a5260e53ebf1361b114a87b0f69e94864f80a220a6a2c6a3c661228b6af8
7
+ data.tar.gz: c5af6bfb7f2364b9d1440d1d0a335f38ed7da2bd4b7d849078d1255472343fefaedc63e2c6a519e3ee43fb6e5cb714582eb8cacb9a11fd9cf7f90da037cada5d
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/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] - 2026-07-11
9
+
10
+ ### Changed
11
+ - Tag-triggered CI pipeline now creates GitHub Releases automatically on every `v*` tag
12
+
8
13
  ## [0.1.0] - 2026-07-05
9
14
 
10
15
  ### Added
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WikiPromoter
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wiki_promoter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CPB