зеркало из https://github.com/github/freno-client.git
Bump to 0.9.0
This commit is contained in:
Родитель
24b00921f3
Коммит
8ce5f8f24f
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.9.0] - 2024-04-18
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Ruby versions 3.2 and 3.3
|
||||
|
@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Initial import
|
||||
- Change ownership and contact information to GitHub
|
||||
|
||||
[unreleased]: https://github.com/github/freno-client/compare/v0.8.3...HEAD
|
||||
[unreleased]: https://github.com/github/freno-client/compare/v0.9.0...HEAD
|
||||
[0.9.0]: https://github.com/github/freno-client/compare/v0.8.3...v0.9.0
|
||||
[0.8.3]: https://github.com/github/freno-client/compare/v0.8.2...v0.8.3
|
||||
[0.8.2]: https://github.com/github/freno-client/compare/v0.8.1...v0.8.2
|
||||
[0.8.1]: https://github.com/github/freno-client/compare/v0.8.0...v0.8.1
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
module Freno
|
||||
class Client
|
||||
VERSION = "0.8.3"
|
||||
VERSION = Gem::Version.new("0.9.0")
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче