Sha256: 6b0324b0174fead83a7fd19b9f08f09f8fed5ba713d4efd5b10ac7529f2bdbb4
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
# Changelog The Kube gem matches the source library version for major, minor and patch numbers. We reserve the last number, the revision for gem releases. As an example, with Kube framework V6.5.2 this gem will have the following properties: ```ruby Kube::Version::Compact => 6.5.2.0 ``` If we release a revision to our code in between Kube framework releases: ```ruby Kube::Version::Compact => 6.5.2.1 Kube::Version::Revision => 1 ``` A matching revision entry will appear in this CHANGELOG to explain the changes. ## Unreleased (nothing) ## 6.5.2.0 - Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kube-6.5.2.0 | CHANGELOG.md |