Release: v2023.11-pre2

This commit is contained in:
Laura Hausmann 2023-10-14 01:02:05 +02:00
parent d049de2935
commit c053b9a045
Signed by: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## v2023.11-pre2
### Highlights
- An oversight in the OAuth helper that was preventing login to work in some Mastodon clients was fixed.
## v2023.11-pre1
### New versioning scheme
From now on we will use a JetBrains-like versioning scheme. Since our release candidates are more of a release preview, they can now be identified by the `-pre` suffix, followed by a number that increments with each following release preview. To maintain lexical sort order with previous releases from this year, we're starting the release counter at 11. That makes this release `v2023.11-pre1`.

View file

@ -1,6 +1,6 @@
{
"name": "iceshrimp",
"version": "2023.11-pre1",
"version": "2023.11-pre2",
"codename": "aqua",
"repository": {
"type": "git",