Skip to content

Commit 19d3032

Browse files
committed
Release v0.2.0
Added - Add GitHub Action to autogenerate from the openapi spec (#12) - Add ability to one off ci jobs. (#15) Changed - Update actions/checkout action to v5 (#11) - Update nutanix_clustermgmt gem (#13) - Update the PR body to point to the dev page and not a direct download (#14) - Update openapi generator to `v7.17.0` to use `api_model_base` (#16)
1 parent 889b0f3 commit 19d3032

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.2.0] - 2025-11-24
8+
### Added
9+
- Add GitHub Action to autogenerate from the openapi spec ([#12](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/12))
10+
- Add ability to one off ci jobs. ([#15](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/15))
11+
12+
### Changed
13+
- Update actions/checkout action to v5 ([#11](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/11))
14+
- Update nutanix_clustermgmt gem ([#13](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/13))
15+
- Update the PR body to point to the dev page and not a direct download ([#14](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/14))
16+
- Update openapi generator to `v7.17.0` to use `api_model_base` ([#16](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/16))
17+
718
## [0.1.1] - 2025-07-19
819
### Fixed
920
- Fix invalid `_UNKNOWN` / `_REDACTED` constants ([#10](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/10))
@@ -12,5 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1223
### Added
1324
- Initial release
1425

26+
[0.2.0]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.1...v0.2.0
1527
[0.1.1]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.0...v0.1.1
1628
[0.1.0]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/tree/v0.1.0

lib/nutanix_clustermgmt/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 NutanixClustermgmt
14-
VERSION = '1.0.0'
14+
VERSION = '0.2.0'
1515
end

0 commit comments

Comments
 (0)