From 2ca0df268739837bc9e3617353ef3b927c612025 Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Tue, 25 Feb 2025 11:45:39 +0100 Subject: [PATCH] Bump Ruby version to 3.3.7 --- .ruby-version | 2 +- CHANGELOG.md | 4 ++++ lib/mastodon/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 9c25013dbb862f..86fb6504403518 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.6 +3.3.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3374907e76dce5..53d09290403261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes wil All release dates, as well as most other dates, are intended to be read as "within the day, in UTC time." +## [v4.3.3+cat+1.0.1] - 2025-02-25 + +- Bump Ruby version to 3.3.7 + ## [v4.3.3+cat+1.0.0] - 2025-01-16 - Upstream changes, including security changes. See https://github.com/glitch-soc/mastodon/releases/tag/v4.3.3. diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 10d230ae3f7bde..dd034b8610ee46 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -25,7 +25,7 @@ def prerelease end def catstodon_revision - '1.0.0' + '1.0.1' end def build_metadata