This commit is contained in:
Steve Richert 2024-04-18 01:43:53 +00:00 коммит произвёл GitHub
Родитель 24b00921f3
Коммит 8ce5f8f24f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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