Skip to content

Commit

Permalink
Prepare 0.5.4 release (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored Jan 11, 2024
1 parent d5e611b commit 7bf1ca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-d chrome
- run: xvfb-run flutter pub run test -p vm,chrome,firefox
macos:
name: webcrypto on macOS Chrome
name: webcrypto on macOS desktop / Chrome
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
-d chrome
- run: flutter pub run test -p vm,chrome # TODO: Enable firefox if it works
windows:
name: webcrypto on Windows Chrome / Firefox
name: webcrypto on Windows desktop / Chrome / Firefox
runs-on: windows-latest
steps:
- uses: ilammy/setup-nasm@v1
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 0.5.4
* Add `topics` to pubspec.
* Added MacOS desktop support.
* Added Windows desktop support.
* Additional API documentation.
* Add `topics` to `pubspec.yaml`.

# 0.5.3
* Migrate to Flutter 3.0
Expand Down

0 comments on commit 7bf1ca5

Please sign in to comment.