diff --git a/packages/win32/CHANGELOG.md b/packages/win32/CHANGELOG.md index ff5908303..cc4c0cc24 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.5.4-wip +## [5.5.4] - 2024-08-12 - Optimize `BSTR.fromString` constructor (#879) - Fix `GUID_DEVCLASS_*` constants (#880) @@ -996,3 +996,4 @@ write: [5.5.1]: https://github.com/halildurmus/win32/compare/v5.5.0...v5.5.1 [5.5.2]: https://github.com/halildurmus/win32/compare/v5.5.1...v5.5.2 [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 diff --git a/packages/win32/pubspec.yaml b/packages/win32/pubspec.yaml index 8fd0e3512..3fd66ad32 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.5.4-wip +version: 5.5.4 homepage: https://win32.pub repository: https://github.com/halildurmus/win32 issue_tracker: https://github.com/halildurmus/win32/issues