Skip to content

Commit a919d08

Browse files
authored
Prepare release (#87)
1 parent 597c780 commit a919d08

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
pull_request:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
quality:
1115
name: Quality Checks

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
## 0.1.6
22

3-
* Allow the specification of fully qualified android name
3+
* Allow the specification of fully qualified android name [#62](https://github.com/ABausG/home_widget/pull/62) by [
4+
NicolaVerbeeck](https://github.com/NicolaVerbeeck)
5+
6+
### Fixes
7+
* Fix paths in README [#73](https://github.com/ABausG/home_widget/pull/73) by [
8+
AndyRusso](https://github.com/AndyRusso)
9+
* Migrate example to Android embedding v2 [#80](https://github.com/ABausG/home_widget/pull/80) by [
10+
ronnieeeeee](https://github.com/ronnieeeeee)
11+
* Fix onNewIntent in Flutter 3 [#84](https://github.com/ABausG/home_widget/pull/84) by [
12+
josepedromonteiro](https://github.com/josepedromonteiro) and [
13+
stepushchik-denis-gismart](https://github.com/stepushchik-denis-gismart)
414

515
## 0.1.5
616

0 commit comments

Comments
 (0)