Skip to content

Commit

Permalink
Prepare release (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABausG committed May 14, 2022
1 parent 597c780 commit a919d08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -6,6 +6,10 @@ on:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
quality:
name: Quality Checks
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,16 @@
## 0.1.6

* Allow the specification of fully qualified android name
* Allow the specification of fully qualified android name [#62](https://github.com/ABausG/home_widget/pull/62) by [
NicolaVerbeeck](https://github.com/NicolaVerbeeck)

### Fixes
* Fix paths in README [#73](https://github.com/ABausG/home_widget/pull/73) by [
AndyRusso](https://github.com/AndyRusso)
* Migrate example to Android embedding v2 [#80](https://github.com/ABausG/home_widget/pull/80) by [
ronnieeeeee](https://github.com/ronnieeeeee)
* Fix onNewIntent in Flutter 3 [#84](https://github.com/ABausG/home_widget/pull/84) by [
josepedromonteiro](https://github.com/josepedromonteiro) and [
stepushchik-denis-gismart](https://github.com/stepushchik-denis-gismart)

## 0.1.5

Expand Down

0 comments on commit a919d08

Please sign in to comment.