From 1ee6f4b1b6209cd8e7a554fb14c86d170ee81cae Mon Sep 17 00:00:00 2001 From: itchymax Date: Fri, 2 Dec 2022 09:56:20 +0000 Subject: [PATCH 1/2] Prepare release 0.3.0 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 14 ++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bbca9f..381695a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2022-12-02 + ## [0.2.1] - 2022-11-25 ### Added @@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Backup seed view - Mocked CFD trading view -[Unreleased]: https://github.com/itchysats/10101/compare/0.2.1...HEAD +[Unreleased]: https://github.com/itchysats/10101/compare/0.3.0...HEAD +[0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/itchysats/10101/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/itchysats/10101/compare/fe2edaf79caea892b10d61b4f23a4e76fec808d2...0.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 88cb4600..5b34a02c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: ten_ten_one description: A non-custodial Bitcoin and Lightning wallet for the masses. Trade derivatives, bet on your favorite team or set up a non-custodial savings account on Bitcoin. Powered by Lightning and DLCs. Built with ❤️. publish_to: none -version: 0.2.1 +version: 0.3.0 environment: sdk: ">=2.17.0 <3.0.0" dependencies: @@ -64,17 +64,7 @@ flutter: - assets/Onboarding1-OneAppAllthingsBitcoin.png - assets/Onboarding2-YourKeysYourBitcoin.png - assets/Onboarding3-TradeNonCustodial.png - flutter_native_splash: - # color or background_image is the only required parameter. Use color to set the background - # of your splash screen to a solid color. Use background_image to set the background of your - # splash screen to a png image. This is useful for gradients. The image will be stretch to the - # size of the app. Only one parameter can be used, color and background_image cannot both be set. color: "#FFFFFF" - - # The image parameter allows you to specify an image used in the splash screen. It must be a - # png file and should be sized for 4x pixel density. image: assets/10101.finance_logo_1500x1500.png - - # Following are Android 12 specific parameter. - android_12: + android_12: null From 9b9699fac00e772adc1c183775f3c9bc0546ba50 Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Fri, 2 Dec 2022 20:57:27 +1100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381695a2..75506dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.0] - 2022-12-02 +### Fixes + +- Heaps of bugfixes and UX improvements + ## [0.2.1] - 2022-11-25 ### Added