Skip to content

Commit

Permalink
Publish v5.3.0 (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Mar 7, 2024
1 parent 2a86fd5 commit cb8644e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish

on:
pull_request:
branches: [ main ]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]

jobs:
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
permissions:
id-token: write # Required for authentication using OIDC
pull-requests: write # Required for writing the pull request note
with:
sdk: stable
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.3.0-wip
## 5.3.0

- Migrate away from `.elementAt` in favor of `operator +` (#825)
- Bump minimum required Dart version to `3.3.0` (#825)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ suite in the `test\` subdirectory that shows other API calls.

A good starting point is `hello.dart`. This example demonstrates creating a
Win32 window and responding to common messages such as `WM_PAINT` through a
`WindowProc` callback function.
`WNDPROC` callback function.

To run it, type:

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: win32
description: >
A Dart library for accessing common Win32 APIs using FFI. No C required!
version: 5.3.0-wip
version: 5.3.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/win32
issue_tracker: https://github.com/dart-windows/win32/issues
Expand Down

0 comments on commit cb8644e

Please sign in to comment.