Skip to content

Commit

Permalink
Merge pull request #21 from segevfiner/derive_builder
Browse files Browse the repository at this point in the history
Switch to derive_builder
  • Loading branch information
segevfiner authored Jan 29, 2024
2 parents a73e14d + 34eb11b commit 728a322
Show file tree
Hide file tree
Showing 9 changed files with 488 additions and 374 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- **BREAKING** Switched to `derive_builder` for the builder (The builder is now created using `default()`).
- **BREAKING** Renamed `AwakeHandle` to `KeepAwake`.
- Made `winresource` to only be included in the `bin` feature.
- Updated dependencies.

## 0.4.5 - 2023-11-08
### Changed
- Migrate to winresource from winres.
Expand Down
Loading

0 comments on commit 728a322

Please sign in to comment.