Bump Catstodon revision to 1.0.7

This commit is contained in:
Jeremy Kescher 2024-08-05 21:46:46 +02:00
parent c2cde41eb9
commit 4e0b287075
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4
2 changed files with 6 additions and 1 deletions

View file

@ -4,6 +4,11 @@ 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."
## [4.3.0-alpha.5+glitch+cat+1.0.7] - 2024-08-05
- Emoji reaction patch changes
- "Fix reblog reactions being hydrated improperly" by Essem
## [4.3.0-alpha.5+glitch+cat+1.0.6] - 2024-08-04 ## [4.3.0-alpha.5+glitch+cat+1.0.6] - 2024-08-04
- Upstream changes - Upstream changes

View file

@ -25,7 +25,7 @@ module Mastodon
end end
def catstodon_revision def catstodon_revision
'1.0.6' '1.0.7'
end end
def build_metadata def build_metadata