pg-azure_workload_identity 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: 76a51f189884a5080a32166397a3cde091c99c1db2b4fc6b3e25d14ae8a24c53
4
- data.tar.gz: 82c6a01050444c0a9d4d99993098dc69aef71402b64774de6ebfe0a6c8f4c452
3
+ metadata.gz: 831e6d0752d016e793247c7f43c0a3caa0b6444bb7ed3525097161cf8997aeff
4
+ data.tar.gz: 5854bd3517b35601e0d6809049ae98cdb45757cd31da5ab6f7840e7755ee22b8
5
5
  SHA512:
6
- metadata.gz: 2c3e82ebca506d35b28d02a128e0a9a1ea6ffc21295afe28341d4291820f1a917babd3ceea8a295725328a20e39b1feddf50e4b07d8b8c890b58a90700a17c4b
7
- data.tar.gz: c11bee40a5458703988050efd757f90a3e154aec5bda21604fc5d2dc3c26afe69540930fc97c2841185d71c7b226d44f8b3c0d7a0b9d470684f1f3dae1725e18
6
+ metadata.gz: de464664b32a8d18a50ec15ec98a1ffb15119c38e9ee5b5b8d53bf3e206c00e83abf202e90f6a37c1437f87fc3b1a21c070a3773eecb68c4cc70edba83473d28
7
+ data.tar.gz: c41cd74c6d7aac2e298eec09354be5d3b678ff12fd99aba13f565680112ed54c4d6e06806b2c8be55b0e11a4caecbcaf2d3914ca282ee3d586dab3ce6966d186
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.1.1] - 2026-05-19
8
+
9
+ ### Changed
10
+ * Added dedicated release environment for Rubygems.
11
+
7
12
  ## [0.1.0] - 2026-05-19
8
13
 
9
14
  ### Added
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PG
4
4
  module AzureWorkloadIdentity
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-azure_workload_identity
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
  - Simon Schmid