From ca1c524491c74344d25c9173d561e92ec5b14d36 Mon Sep 17 00:00:00 2001 From: Halil Durmus Date: Sat, 19 Oct 2024 23:14:47 +0300 Subject: [PATCH] chore(release): v5.7.0 (#918) --- packages/win32/CHANGELOG.md | 6 ++++-- packages/win32/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/win32/CHANGELOG.md b/packages/win32/CHANGELOG.md index 151bdaadb..4bb518949 100644 --- a/packages/win32/CHANGELOG.md +++ b/packages/win32/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/win32/pubspec.yaml b/packages/win32/pubspec.yaml index 6147191e9..6ee7af207 100644 --- a/packages/win32/pubspec.yaml +++ b/packages/win32/pubspec.yaml @@ -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