Release prep for 1.9.0 (#257)
Some checks failed
Security / Mend Scanning (push) Has been cancelled

Bump version to 1.9.0 and regenerate CHANGELOG.md. Headline changes:
faraday upgraded from ~> 1.5 to ~> 2 and minimum Ruby raised to 3.0
(drops 2.7 support).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
isaac-jha 2026-05-01 09:27:30 -04:00 committed by GitHub
parent 731ee3f014
commit 2507e8ae9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 64 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
class Vmfloaty
VERSION = '1.8.1'
VERSION = '1.9.0'
end