From 74675cab23d98970cd9beac817ce9c9a078c8bf2 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Wed, 7 Feb 2024 13:47:22 +0300 Subject: [PATCH] chore: Bump version to 0.10.1 --- appimage.yml | 2 +- .../metadata/android/en-US/changelogs/0.10.1.txt | 15 +++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/0.10.1.txt diff --git a/appimage.yml b/appimage.yml index 9914346f..d037b747 100644 --- a/appimage.yml +++ b/appimage.yml @@ -10,7 +10,7 @@ AppDir: id: org.selfprivacy.app name: SelfPrivacy icon: org.selfprivacy.app - version: 0.10.0 + version: 0.10.1 exec: selfprivacy exec_args: $@ apt: diff --git a/fastlane/metadata/android/en-US/changelogs/0.10.1.txt b/fastlane/metadata/android/en-US/changelogs/0.10.1.txt new file mode 100644 index 00000000..168842f1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/0.10.1.txt @@ -0,0 +1,15 @@ +### Features + +- Enabled the following languages: + - Azerbaijani + - Belarusian + - Hebrew + - Latvian + - Macedonian + - Slovak + - Slovenian + +### Bug Fixes + +- **Hetzner**: Fixed an issue where could not resize a volume on Hetzner ([#456](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/456), resolves [#455](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/455)) +- **DNS**: Make sure that we notice domain ownership lost ([#441](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/441), resolves [#390](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/390)) diff --git a/pubspec.yaml b/pubspec.yaml index 12a071d1..0c1641a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: selfprivacy description: selfprivacy.org publish_to: 'none' -version: 0.10.0+20 +version: 0.10.1+21 environment: sdk: '>=3.2.1 <4.0.0'