From cf0ae7aab500505bec070dd54121bb6636ed2deb Mon Sep 17 00:00:00 2001 From: Patrick Binder <47981658+gwosd@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:38:15 +0200 Subject: [PATCH] Bump v0.7.1 --- CHANGELOG.md | 9 ++++++++- app/pubspec.yaml | 2 +- fastlane/metadata/android/de/changelogs/193.txt | 3 +++ fastlane/metadata/android/en-US/changelogs/193.txt | 3 +++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/de/changelogs/193.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/193.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index e8be671..74dd97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.7.1] - 2024-07-03 +### Added Features and Improvements 🙌: +- Hello World! Thx to the community, the app is now available in Turkish 🎉 + ### Other changes: - Upgraded dependencies - Improve readability of target weight label @@ -191,7 +197,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - initial release -[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.7.0...main +[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.7.1...main +[0.7.1]: https://github.com/quantumphysique/trale/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/quantumphysique/trale/compare/v0.6.2...v0.7.0 [0.6.2]: https://github.com/quantumphysique/trale/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/quantumphysique/trale/compare/v0.5.0...v0.6.1 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index a4d39d3..c919cc7 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.7.0+18 +version: 0.7.1+19 environment: sdk: ">=3.4.0 <4.0.0" diff --git a/fastlane/metadata/android/de/changelogs/193.txt b/fastlane/metadata/android/de/changelogs/193.txt new file mode 100644 index 0000000..a1bec7f --- /dev/null +++ b/fastlane/metadata/android/de/changelogs/193.txt @@ -0,0 +1,3 @@ +- Merhaba dünya, die App ist jetzt auf Türkisch verfügbar +- Aktualisierte Abhängigkeiten +- Einige Fehlerbehebungen und kleine Verbesserungen \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/193.txt b/fastlane/metadata/android/en-US/changelogs/193.txt new file mode 100644 index 0000000..eea562c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/193.txt @@ -0,0 +1,3 @@ +- Merhaba dünya, the app is now available in Turkish +- Upgraded dependencies +- Several bug fixes and minor improvements \ No newline at end of file