File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 44 "gemSummary" : " Nutanix Volumes API" ,
55 "gemDescription" : " Ruby gem for Nutanix Volume Management APIs" ,
66 "gemLicense" : " Apache-2.0" ,
7- "gemVersion" : " 0.2.0 " ,
7+ "gemVersion" : " 0.2.1 " ,
88 "useAutoload" : true
99}
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7+ ## [ 0.2.1] - 2025-11-24
8+ ### Added
9+ - Add a post-generate script to fix invalid constants ([ #15 ] ( https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/pull/15 ) )
10+
11+ ### Fixed
12+ - Fix ` _UNKNOWN ` /` _REDACTED ` constants ([ #16 ] ( https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/pull/16 ) )
13+
714## [ 0.2.0] - 2025-11-24
815### Added
916- Add License ([ #7 ] ( https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/pull/7 ) )
@@ -19,5 +26,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1926### Added
2027- Initial release
2128
29+ [ 0.2.1 ] : https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/compare/v0.2.0...v0.2.1
2230[ 0.2.0 ] : https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/compare/v0.1.0...v0.2.0
2331[ 0.1.0 ] : https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/tree/v0.1.0
Original file line number Diff line number Diff line change 1111=end
1212
1313module NutanixVolumes
14- VERSION = '0.2.0 '
14+ VERSION = '0.2.1 '
1515end
You can’t perform that action at this time.
0 commit comments