ibm_vpc 0.8.0 → 0.9.0

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: 17d905c81e562ed8b22c4733b66750efec696410efdefc9d610e5860c730e81f
4
- data.tar.gz: b1bcea65b424b50e89b7b11d9b61ca314d5141019e11d7cfbb5e1b203b63d3c8
3
+ metadata.gz: 1b070451a498fd6b829656df7fe2c853a028ebd734436ce48a32356817387ee9
4
+ data.tar.gz: '08ff3d4a59cee10feadcac64ec4f2226d1d9319ba4ff5a40ea9dd95cd3c09fd2'
5
5
  SHA512:
6
- metadata.gz: 23b90c2af73f4b98337571d2d040fcf6a265abdc3676f7e233fe174cfaa4fe43964fa467e84b1c38532720a1486e3d25f361946f8343fe5eceffd310ae0061c3
7
- data.tar.gz: fd3514a3eaccb1c0b5fba18c81181252e0b700ccaf5e922807153043c4eb3fb645ff513a9ac36bf03846e89313ff22794524aec710860da2b79209d1780b9bd5
6
+ metadata.gz: ef261c21a7efaf7717871f98bb28f87ed1b91db931086ba2ccfeba203345840503ccdf54666752fea939b9c7dc271cc3a7ffa4b391bc54921a8584a92be879a5
7
+ data.tar.gz: ec2f201336f20853652e12d13759e7e0b4767c9ba83ba8ec1265cae737be2aaf8dc3bc5a46d530ed12bda87d82b39daa9c1ed69a5b4fdcfcaf169ebfe616b5d9
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.8.0
2
+ current_version = 0.9.0
3
3
  commit = True
4
4
  message = Update version {current_version} -> {new_version}
5
5
 
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [0.9.0](https://github.com/IBM/vpc-ruby-sdk/compare/0.8.0...0.9.0) (2025-05-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * **release:** Update SDK to support VPC API version 2025-05-13 ([6402260](https://github.com/IBM/vpc-ruby-sdk/commit/6402260070a47a22c99e598e130506e59180dfda))
7
+
1
8
  # [0.8.0](https://github.com/IBM/vpc-ruby-sdk/compare/0.7.0...0.8.0) (2025-01-31)
2
9
 
3
10
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
- [![Build Status](https://travis.ibm.com/ibmcloud/vpc-ruby-sdk.svg?token=swhipuowmWLkVNjPbrfs&branch=master)](https://travis.ibm.com/ibmcloud/vpc-ruby-sdk)
1
+ [![Build](https://img.shields.io/github/actions/workflow/status/IBM/vpc-ruby-sdk/ci.yml?branch=master&label=Build)](https://github.com/IBM/vpc-ruby-sdk/actions/workflows/ci.yml)
2
2
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
3
3
  [![Gem Version](https://badge.fury.io/rb/ibm_vpc.svg)](https://badge.fury.io/rb/ibm_vpc)
4
+
4
5
  # IBM Cloud VPC Ruby SDK
5
6
 
6
7
  Ruby client library to interact with various [IBM Cloud VPC APIs](https://cloud.ibm.com/apidocs?category=compute).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IbmVpc
4
- VERSION = "0.8.0"
4
+ VERSION = "0.9.0"
5
5
  end