Skip to content

Commit

Permalink
chore(release): v5.5.5 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus authored Oct 2, 2024
1 parent b5d7464 commit 577db81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion packages/win32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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

## [5.5.5-wip]
## [5.5.5] - 2024-10-02

- Add `BITMAPV5HEADER` struct (#892)
- Add `SetClassLongPtr` API (#899, thanks to @aweinber)
- Bump minimum required Dart version to `3.5.0`

## [5.5.4] - 2024-08-12

Expand Down Expand Up @@ -1001,3 +1003,4 @@ write:
[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
[5.5.5]: https://github.com/halildurmus/win32/compare/v5.5.4...v5.5.5
8 changes: 4 additions & 4 deletions 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.5.5-wip
version: 5.5.5
homepage: https://win32.pub
repository: https://github.com/halildurmus/win32
issue_tracker: https://github.com/halildurmus/win32/issues
Expand All @@ -25,21 +25,21 @@ topics:
- ffi

environment:
sdk: ^3.4.0
sdk: ^3.5.0

# Declare that this package only works on Windows.
platforms:
windows:

dependencies:
ffi: ^2.1.2
ffi: ^2.1.3

dev_dependencies:
# Handle command-line arguments for example apps.
args: ^2.5.0

# Help ensure that the code is well-written.
lints: ">=4.0.0 <6.0.0"
lints: ^5.0.0

# Used for joining paths.
path: ^1.9.0
Expand Down

0 comments on commit 577db81

Please sign in to comment.