ibm_vpc 0.3.1 → 0.4.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: d9154b9ea72b4c01371f9517e6179706ad8b5a7b6894a0f4f326bab45455bf84
4
- data.tar.gz: 5e32fa5298acd51230485d4c1e4c9e030710c323b9b6433126ff8e18fb589bc6
3
+ metadata.gz: a724a81c6a284ee111fedd2a3371a75c0d8a8871561bbefde12c50353318dbe5
4
+ data.tar.gz: bf3672c8274f1f93d7cd040a2311676c72800bd4aa853d678d57460ec1d5fcfb
5
5
  SHA512:
6
- metadata.gz: 6534ada0b0f50ea8f14310811549a08894838ce557a1bddb3c23b3cc8e863ee6b02899b0f08efbfb1fefdde4a130f84c3fe603642ff181cf290db793a6755e26
7
- data.tar.gz: e240396927b73f63b0433b4d71f34b6eb8a27bb19cbe8475e2382f054ee59c242a94341c03c46bceb07c2ef8abc4b141eefb155716ab1fe325e3c21e4a3694fc
6
+ metadata.gz: d9e5cae6b83294683b0e522df5340160661b982366349553a6d616547874e1ddbe7925ce50968e32364c1fa4a9269b2e4f2bf68fe000fff7a790d5a13748cac3
7
+ data.tar.gz: a632d8d8ba7254bec5f9ee6487067eacf51243dc4ff6bc24cc666bd090a65fefa5517bae8b8aa9e5df246d4cde68c52e8c2368540f125946cfb4230d798dd7ad
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.3.1
2
+ current_version = 0.4.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.4.0](https://github.com/IBM/vpc-ruby-sdk/compare/0.3.1...0.4.0) (2021-12-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * **release:** Updated vpc service to use API version 2021-12-07 ([#16](https://github.com/IBM/vpc-ruby-sdk/issues/16)) ([f562a4c](https://github.com/IBM/vpc-ruby-sdk/commit/f562a4cb6423ea3ab0e934975cac63acafb690bf))
7
+
1
8
  ## [0.3.1](https://github.com/IBM/vpc-ruby-sdk/compare/0.3.0...0.3.1) (2021-12-09)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IbmVpc
4
- VERSION = "0.3.1"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dev@ibm.com
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-09 00:00:00.000000000 Z
11
+ date: 2021-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby