From 3689e18ba431ba683b1f3c02727dec23c2257899 Mon Sep 17 00:00:00 2001 From: Bastian Block Date: Tue, 25 Jan 2022 10:36:16 +0000 Subject: [PATCH] chore: commit files during release --- CHANGELOG.md | 17 +++++++++++++++++ .../android/en-US/changelogs/20220125.txt | 1 + pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20220125.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dcc3fa9..87ca3d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.10.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.1...v1.10.0) (2022-01-25) + + +### Bug Fixes + +* default language selection ([70d2d16](https://github.com/blockbasti/just_another_workout_timer/commit/70d2d1677be37be66f3c0a637dc5b198fce460aa)) +* set first TTS voice when changing language ([0190bb4](https://github.com/blockbasti/just_another_workout_timer/commit/0190bb42c17646c06a3d01896150273826f94407)) + + +### Features + +* add turkish language ([a8256f7](https://github.com/blockbasti/just_another_workout_timer/commit/a8256f738129d6b66f1db335411320ba32d4ee72)) +* merge language selections in settings ([d522cd0](https://github.com/blockbasti/just_another_workout_timer/commit/d522cd059e346858a52ba7130c73104f7b96a106)) +* select voice for TTS (closes [#98](https://github.com/blockbasti/just_another_workout_timer/issues/98)) ([8f87f96](https://github.com/blockbasti/just_another_workout_timer/commit/8f87f968e36c552ec9e3da0944de2cbf0121cd45)) + + + ## [1.9.1](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.0...v1.9.1) (2021-11-14) diff --git a/fastlane/metadata/android/en-US/changelogs/20220125.txt b/fastlane/metadata/android/en-US/changelogs/20220125.txt new file mode 100644 index 00000000..0d7f6b26 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20220125.txt @@ -0,0 +1 @@ +# [1.10.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.1...v1.10.0) (2022-01-25) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts default language selection ([70d2d16](https://github.com/blockbasti/just_another_workout_timer/commit/70d2d1677be37be66f3c0a637dc5b198fce460aa)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts set first TTS voice when changing language ([0190bb4](https://github.com/blockbasti/just_another_workout_timer/commit/0190bb42c17646c06a3d01896150273826f94407)) ### Features CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts add turkish language ([a8256f7](https://github.com/blockbasti/just_another_workout_timer/commit/a8256f738129d6b66f1db335411320ba32d4ee72)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts merge language selections in settings ([d522cd0](https://github.com/blockbasti/just_another_workout_timer/commit/d522cd059e346858a52ba7130c73104f7b96a106)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts select voice for TTS (closes [#98](https://github.com/blockbasti/just_another_workout_timer/issues/98)) ([8f87f96](https://github.com/blockbasti/just_another_workout_timer/commit/8f87f968e36c552ec9e3da0944de2cbf0121cd45)) diff --git a/pubspec.yaml b/pubspec.yaml index 04feb098..65c65f20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: just_another_workout_timer description: Just Another Workout Timer -version: 1.9.1+20211114 +version: 1.10.0+20220125 environment: sdk: ">=2.15.1 <3.0.0"