diff --git a/CHANGELOG.md b/CHANGELOG.md index 498da93..b4af496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,21 @@ 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). -## [0.7.0](https://github.com/musikid/fancy/compare/v0.6.1..0.7.0) - 2021-11-07 +## [0.7.1](https://github.com/musikid/fancy/compare/v0.7.0..0.7.1) - 2021-11-07 + +### CI + +- Fix fedora job + +- Add codecov config to ignore cli folder + + +### Features + +- Add status subcommand + + +## [0.7.0](https://github.com/musikid/fancy/compare/v0.6.1..v0.7.0) - 2021-11-07 ### Bug Fixes @@ -20,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove unused variable +- Revert "remove unused variable" + ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 5c2c42e..61ece05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "fancy-cli" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "bcmp", @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "fancy-service" -version = "0.7.0" +version = "0.7.1" dependencies = [ "dbus", "dbus-codegen", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "nbfc-config" -version = "0.7.0" +version = "0.7.1" dependencies = [ "quick-xml", "serde", diff --git a/PKGBUILD b/PKGBUILD index ecbbb8b..2630537 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Musikid pkgname=fancy -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc='Set of software which allows you to control your laptop fans. It includes a service daemon to allow accessing to the embedded controller diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e0fdca2..834d708 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fancy-cli" -version = "0.7.0" +version = "0.7.1" authors = ["Musikid "] edition = "2021" description = """This package provides the CLI for Fancy, a set of software to control laptop fans.""" diff --git a/debian/changelog b/debian/changelog index 74d37f6..145f816 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fancy (0.7.1) unstable; urgency=medium + + * Initial release + + -- musikid Sun, 07 Nov 2021 19:00:05 +0100 + fancy (0.7.0) unstable; urgency=medium * Initial release diff --git a/nbfc/Cargo.toml b/nbfc/Cargo.toml index 034bb03..66ff4a7 100644 --- a/nbfc/Cargo.toml +++ b/nbfc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nbfc-config" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MPL-2.0" diff --git a/service/Cargo.toml b/service/Cargo.toml index 695d91c..5bf2bae 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fancy-service" -version = "0.7.0" +version = "0.7.1" authors = ["Musikid "] edition = "2021" description = """This package provides the service for Fancy, a set of software to control laptop fans."""