Skip to content

Commit 7bf1ca5

Browse files
authored
Prepare 0.5.4 release (#78)
1 parent d5e611b commit 7bf1ca5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
-d chrome
4040
- run: xvfb-run flutter pub run test -p vm,chrome,firefox
4141
macos:
42-
name: webcrypto on macOS Chrome
42+
name: webcrypto on macOS desktop / Chrome
4343
runs-on: macos-latest
4444
steps:
4545
- uses: actions/checkout@v3
@@ -67,7 +67,7 @@ jobs:
6767
-d chrome
6868
- run: flutter pub run test -p vm,chrome # TODO: Enable firefox if it works
6969
windows:
70-
name: webcrypto on Windows Chrome / Firefox
70+
name: webcrypto on Windows desktop / Chrome / Firefox
7171
runs-on: windows-latest
7272
steps:
7373
- uses: ilammy/setup-nasm@v1

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 0.5.4
2-
* Add `topics` to pubspec.
2+
* Added MacOS desktop support.
3+
* Added Windows desktop support.
4+
* Additional API documentation.
5+
* Add `topics` to `pubspec.yaml`.
36

47
# 0.5.3
58
* Migrate to Flutter 3.0

0 commit comments

Comments
 (0)