mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 04:48:06 +01:00
Bump version to v4.3.0-alpha.3+glitch+cat+1.2.5
This commit is contained in:
parent
16ce10a2bd
commit
6703af29e3
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes will be documented here.
|
||||
|
||||
## [v4.3.0-alpha.3+glitch+cat+1.2.5] - 2024-05-21
|
||||
|
||||
- Apply a fix from the emoji reactions patch branch for an issue introduced in the 1.2.3 release for this Mastodon version.
|
||||
- Thanks, Essem!
|
||||
|
||||
## [v4.3.0-alpha.3+glitch+cat+1.2.4] - 2024-05-21
|
||||
|
||||
- Emergency release to fix production after ICU version 75 broke a dependency of Mastodon, `charlock_holmes`, in places
|
||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def catstodon_revision
|
||||
'1.2.4'
|
||||
'1.2.5'
|
||||
end
|
||||
|
||||
def build_metadata
|
||||
|
|
Loading…
Reference in a new issue