From f078954d6c310afb826ec72dc88a10813983552e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:38:17 +0000 Subject: [PATCH 1/2] chore: release v0.2.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c2a0c..1fa04fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.2.0 (2024-09-17) + +## What's Changed +* feat: bump yaru version to ^5.0.0 by @d-loose in https://github.com/ubuntu/yaru_test.dart/pull/41 + + +**Full Changelog**: https://github.com/ubuntu/yaru_test.dart/compare/v0.1.6...v0.2.0 + ## 0.1.6 (2024-03-07) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index 0f8076b..2414de8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru_test description: Provides extensions for testing Yaru applications. repository: https://github.com/ubuntu/yaru_test.dart issue_tracker: https://github.com/ubuntu/yaru_test.dart/issues -version: 0.1.6 +version: 0.2.0 environment: sdk: '>=3.0.0 <4.0.0' From 10ebf2d9ad282f3436d43d0034f297862698f2b5 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Wed, 18 Sep 2024 10:32:29 +0200 Subject: [PATCH 2/2] Force restart actions