Skip to content

Commit

Permalink
chore(release): v5.8.0 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus authored Nov 2, 2024
1 parent 399ddcd commit 4235d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/win32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## 5.8.0-wip
## [5.8.0] - 2024-11-02

- Add `DISP_E_*` constants
- Add `argError` optional parameter to the `Dispatcher.invoke` method, allowing
Expand Down Expand Up @@ -1273,3 +1273,4 @@ write:
[5.7.0]: https://github.com/halildurmus/win32/compare/v5.6.1...v5.7.0
[5.7.1]: https://github.com/halildurmus/win32/compare/v5.7.0...v5.7.1
[5.7.2]: https://github.com/halildurmus/win32/compare/v5.7.1...v5.7.2
[5.8.0]: https://github.com/halildurmus/win32/compare/v5.7.2...v5.8.0
2 changes: 1 addition & 1 deletion packages/win32/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: win32
description: >
Access common Win32 APIs directly from Dart using FFI — no C required!
version: 5.8.0-wip
version: 5.8.0
homepage: https://win32.pub
repository: https://github.com/halildurmus/win32
issue_tracker: https://github.com/halildurmus/win32/issues
Expand Down

0 comments on commit 4235d9d

Please sign in to comment.