Skip to content

Commit cb15f5e

Browse files
committed
Release v0.2.1
Added - Add a post-generate script to fix invalid constants (#15) Fixed - Fix `_UNKNOWN`/`_REDACTED` constants (#16)
1 parent 9f9e799 commit cb15f5e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.openapi-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
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
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/nutanix_volumes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module NutanixVolumes
14-
VERSION = '0.2.0'
14+
VERSION = '0.2.1'
1515
end

0 commit comments

Comments
 (0)