Bump Catstodon revision to 1.1.1

This commit is contained in:
Jeremy Kescher 2024-06-19 17:56:52 +02:00
parent 5e5f19b50e
commit f883c171fb
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,12 @@ 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." All release dates, as well as most other dates, are intended to be read as "within the day, in UTC time."
## [v4.3.0-alpha.4+glitch+cat+1.1.1] - 2024-06-19
- Upstream changes (18d9601464524dabc4a451524a535d0f9a3cb65e -> 0c2b1f56ef6f0c48330076498741849b79d8b18c)
- Emoji reaction patch changes
- "Turn custom emoji regexps into class level constants" by Essem
## [v4.3.0-alpha.4+glitch+cat+1.1.0] - 2024-06-17 ## [v4.3.0-alpha.4+glitch+cat+1.1.0] - 2024-06-17
- Set environment variable `MASTODON_USE_LIBVIPS` to true by default. - Set environment variable `MASTODON_USE_LIBVIPS` to true by default.

View file

@ -25,7 +25,7 @@ module Mastodon
end end
def catstodon_revision def catstodon_revision
'1.1.0' '1.1.1'
end end
def build_metadata def build_metadata