Skip to content

Commit 1694611

Browse files
committed
Bump version & dependencies
1 parent 6faf356 commit 1694611

3 files changed

Lines changed: 118 additions & 112 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.3.0 - 2022-11-30
8+
### Changed
9+
- Bump required `zbus`, and add `assume_defaults` to avoid a warning. [#8](https://github.com/segevfiner/keepawake-rs/pull/8)
10+
- Use `impl Into<String>` in builder parameters to make usage more ergonomic. [#9](https://github.com/segevfiner/keepawake-rs/pull/9)
11+
712
## 0.2.0 - 2022-11-12
813
### Changed
914
- The library crate now allows setting the reason and application name used on some operating
10-
systems.
15+
systems. [#5](https://github.com/segevfiner/keepawake-rs/pull/5)
1116
- The libray crate now exposes a builder API instead of a struct.
1217

1318
### Fixed

0 commit comments

Comments
 (0)