Skip to content

Commit

Permalink
chore(release): v5.7.0 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus authored Oct 19, 2024
1 parent f05a7da commit ca1c524
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/win32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

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

## 5.7.0-wip
## [5.7.0] - 2024-10-19

- Add `UnregisterDeviceNotification` API (#916)
- Add `DEV_BROADCAST_VOLUME` struct
- Add `DRIVE_UNKNOWN`, `DRIVE_NO_ROOT_DIR`, `DRIVE_REMOVABLE`, `DRIVE_FIXED`,
`DRIVE_REMOTE`, `DRIVE_CDROM`, and `DRIVE_RAMDISK` constants
- Add `Dispatcher` class (#917)
- Add `Dispatcher` class, a thin wrapper around the `IDispatch` interface, used
for invoking methods and properties on COM automation objects

## [5.6.1] - 2024-10-18

Expand Down Expand Up @@ -1247,3 +1248,4 @@ write:
[5.5.5]: https://github.com/halildurmus/win32/compare/v5.5.4...v5.5.5
[5.6.0]: https://github.com/halildurmus/win32/compare/v5.5.5...v5.6.0
[5.6.1]: https://github.com/halildurmus/win32/compare/v5.6.0...v5.6.1
[5.7.0]: https://github.com/halildurmus/win32/compare/v5.6.1...v5.7.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.7.0-wip
version: 5.7.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 ca1c524

Please sign in to comment.