open-loam 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/lib/loam/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c2e0e075f887239d67b9dfdcefeeba0c825cc7c8faf1fe1f32c813e7916c687
4
- data.tar.gz: 51b1ee994cfc4f118369463bc999c302e699232bd122e20cf19511e213a9fd91
3
+ metadata.gz: bc673a0615dde0e5fb30f18d5b3f463fde57a87528e20d26ce8a97455240de5d
4
+ data.tar.gz: 62413655b212a0fcdd2ded4ae0eafb249e2fa1060b70b96f0d6e66ad1a2f6480
5
5
  SHA512:
6
- metadata.gz: be8e513778bc4d402e6365304054a865a64f96441868e079b6ccffe41a26046d5d8f8d40c7f2870e6fe33eb26dcace0f708e49a5df83d069a301977c0ad9329a
7
- data.tar.gz: 3fd4050284ae72d54324b0b69a5aee6f9bd86939cf92dc4299a253e4c4d861c616ad8321def46b673816fd3afda85e245745d165115973deb1f8f86a19a83785
6
+ metadata.gz: 78bda4ab675f9d4e47c4fafa538cc340c21109c4fa82af6ca203596e41d57091c833d3e8868122640ffef5158f30188ffaf7d305a8f4e72e194525ac0e754e9b
7
+ data.tar.gz: bb22f492bca6bba9de01bea58c57465a67d0b5f6ef1b92ca8cb8bb6ffadc9c533d8ce3915ca8fe51e3c0278da9d4aa4a48501dd3a4d94dabadc4547a4667efd8
data/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ with the caveat that 0.x releases may break the public surface; the
5
5
  [backward-compatibility contract](BACKWARD_COMPATIBILITY.md) names what is
6
6
  frozen and what is not.
7
7
 
8
+ ## 0.1.1 — 2026-09-04
9
+
10
+ No functional change. The packaged code is byte-identical to 0.1.0 — only CI
11
+ configuration moved, and workflows are not part of the gem.
12
+
13
+ This version exists to exercise the release pipeline end to end, so that the
14
+ first keyless publish is a version nothing depends on rather than one that
15
+ matters.
16
+
17
+ ### Changed
18
+
19
+ - Releases are published from CI using RubyGems trusted publishing. GitHub's
20
+ OIDC token is exchanged for short-lived credentials, so no API key is held on
21
+ a maintainer's machine or in repository secrets, and publishing is gated on an
22
+ approval in the `release` environment.
23
+
8
24
  ## 0.1.0 — 2026-09-04
9
25
 
10
26
  First public release. Loam is a working, tested prototype: the foundation and
data/lib/loam/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Loam
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open-loam
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
  - Grzegorz Smajdor