Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kucera-lukas and pre-commit-ci[bot] authored Sep 27, 2022
1 parent 3881a6e commit 6572d65
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.0](https://github.com/kucera-lukas/rusty-battery/compare/v0.3.0...v0.4.0) (2022-09-27)

### Features

- add cli flag to disable desktop notifications ([#124](https://github.com/kucera-lukas/rusty-battery/issues/124)) ([ca2060f](https://github.com/kucera-lukas/rusty-battery/commit/ca2060f566e15ca69442e2eb52bed8ec95fe7267))
- add prefix to logging messages ([#123](https://github.com/kucera-lukas/rusty-battery/issues/123)) ([d89f690](https://github.com/kucera-lukas/rusty-battery/commit/d89f69016ac9f0f09796177fd22f42d26ad90663))
- log information connected to cli startup ([#125](https://github.com/kucera-lukas/rusty-battery/issues/125)) ([3881a6e](https://github.com/kucera-lukas/rusty-battery/commit/3881a6eb06a66bf5eeba13fc63ca43b0844e748b))
- migrate to clap v3 ([#121](https://github.com/kucera-lukas/rusty-battery/issues/121)) ([96f9028](https://github.com/kucera-lukas/rusty-battery/commit/96f90287214a3c39ce2b1c6445bb34c15abfeff2))

## [0.3.0](https://github.com/kucera-lukas/rusty-battery/compare/v0.2.1...v0.3.0) (2022-09-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-battery"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "CLI tool which notifies you when laptop battery reaches a threshold."
authors = ["Lukas Kucera <[email protected]>"]
Expand Down

0 comments on commit 6572d65

Please sign in to comment.