From df8097cae51b3c253c3228b4af36ff94e7cfb43b Mon Sep 17 00:00:00 2001 From: Halil Durmus Date: Sat, 12 Oct 2024 17:27:06 +0300 Subject: [PATCH] chore(release): v5.6.0 (#910) --- packages/win32/CHANGELOG.md | 3 ++- packages/win32/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/win32/CHANGELOG.md b/packages/win32/CHANGELOG.md index d9a46d16c..fd7d76b9e 100644 --- a/packages/win32/CHANGELOG.md +++ b/packages/win32/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [5.6.0-wip] +## [5.6.0] - 2024-10-12 - Add `DISPLAY_DEVICE_STATE_FLAGS` enum (#901) - Add `FILE_DEVICE_TYPE` enum (#901) @@ -1227,3 +1227,4 @@ write: [5.5.3]: https://github.com/halildurmus/win32/compare/v5.5.2...v5.5.3 [5.5.4]: https://github.com/halildurmus/win32/compare/v5.5.3...v5.5.4 [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 diff --git a/packages/win32/pubspec.yaml b/packages/win32/pubspec.yaml index c6f7e11e1..c233c50d4 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.6.0-wip +version: 5.6.0 homepage: https://win32.pub repository: https://github.com/halildurmus/win32 issue_tracker: https://github.com/halildurmus/win32/issues