From 79b900caf14e9a1d1ee7d25decf4dad33661aee3 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 7 Feb 2023 15:27:01 +0100 Subject: [PATCH] Release 0.3.0 (#30) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 581eb09..3f9a75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.3.0 + +* Update dependency yaru to ^0.5.0 by @renovate in https://github.com/ubuntu-flutter-community/handy_window/pull/25 +* Add option to use libhandy without widget tree manipulation by @jpnurmi in https://github.com/ubuntu-flutter-community/handy_window/pull/28 +* Revert shadow to Gtk3 one by @Jupi007 in https://github.com/ubuntu-flutter-community/handy_window/pull/29 + # 0.2.1 * Compile stylesheet using sass (#21). diff --git a/pubspec.yaml b/pubspec.yaml index 0bc5c96..c5e2d20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: | homepage: https://github.com/ubuntu-flutter-community/handy_window repository: https://github.com/ubuntu-flutter-community/handy_window issue_tracker: https://github.com/ubuntu-flutter-community/handy_window/issues -version: 0.2.1 +version: 0.3.0 environment: sdk: ">=2.12.0 <3.0.0"