9 Commits

Author SHA1 Message Date
Hubert 2fa102ce19 chore: strip release binary (#54) 2026-03-15 11:47:04 +01:00
Hubert Bugaj f1ff0bafc4 chore: release v0.4.1 2026-03-02 11:41:27 +01:00
Hubert 73f6331f03 release: v0.4.0 (#53) 2026-03-02 11:37:32 +01:00
Hubert 441ee65b84 chore: bump Rust edition to 2024 (#40) 2025-02-27 17:31:39 +01:00
Hubert 7840b338f8 Random refreshers (#35)
random refreshers
2024-04-14 13:23:22 +02:00
Hubert 0868354063 Prepare release v0.3 (#19)
* cleanup the wakey binary

* add changelog

* update versions

* update readme
2023-01-06 22:01:34 +01:00
dependabot[bot] 02efc3b094 Update clap requirement from 3.1.18 to 4.0.15 (#13)
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...v4.0.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 18:29:42 +02:00
Hubert 233d03ea75 use Results and not unwraps (#10)
* use `Result`s and not unwraps

* fix test assertion
2022-10-04 16:14:07 +02:00
Hubert 25ca3f4be6 use workspaces to reduce dependencies (#7)
* use workspaces to reduce dependencies

* bump version
2022-06-26 12:13:12 +02:00