From 25072414f037bcaa292cf7349217aa8b62ef5389 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:14:05 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1fb4bd0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2025-03-11) + + +### Features + +* flutter upgrade and add location autocomplete ([#15](https://github.com/ubuntu-flutter-community/pulse/issues/15)) ([848b76f](https://github.com/ubuntu-flutter-community/pulse/commit/848b76f85e62cbd2d01d042832adfa0f5d440934)) + + +### Bug Fixes + +* dont default to thunder weather and fix tab label color ([#20](https://github.com/ubuntu-flutter-community/pulse/issues/20)) ([2bb2bdf](https://github.com/ubuntu-flutter-community/pulse/commit/2bb2bdf62b0a8a8f7d19071c1831e82e4680c7eb)) diff --git a/pubspec.yaml b/pubspec.yaml index a83b3eb..d0cfec8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Weather app for the Linux Desktop. publish_to: "none" -version: 1.0.0+1 +version: 1.0.0+2 environment: sdk: ">=3.0.0 <4.0.0"