diff --git a/CHANGELOG.md b/CHANGELOG.md index b4af496..0524877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,19 @@ 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.1](https://github.com/musikid/fancy/compare/v0.7.0..0.7.1) - 2021-11-07 +## [0.7.2](https://github.com/musikid/fancy/compare/v0.7.1..0.7.2) - 2021-11-07 + +### Bug Fixes + +- Clamp percentage value + + +### CI + +- Fix fedora job + + +## [0.7.1](https://github.com/musikid/fancy/compare/v0.7.0..v0.7.1) - 2021-11-07 ### CI diff --git a/Cargo.lock b/Cargo.lock index 61ece05..a19f220 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "fancy-cli" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "bcmp", @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "fancy-service" -version = "0.7.1" +version = "0.7.2" dependencies = [ "dbus", "dbus-codegen", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "nbfc-config" -version = "0.7.1" +version = "0.7.2" dependencies = [ "quick-xml", "serde", diff --git a/PKGBUILD b/PKGBUILD index 2630537..ed52476 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Musikid pkgname=fancy -pkgver=0.7.1 +pkgver=0.7.2 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 834d708..22a6163 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fancy-cli" -version = "0.7.1" +version = "0.7.2" 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 145f816..b05afa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fancy (0.7.2) unstable; urgency=medium + + * Initial release + + -- musikid Sun, 07 Nov 2021 19:14:16 +0100 + fancy (0.7.1) unstable; urgency=medium * Initial release diff --git a/nbfc/Cargo.toml b/nbfc/Cargo.toml index 66ff4a7..f80dcf4 100644 --- a/nbfc/Cargo.toml +++ b/nbfc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nbfc-config" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MPL-2.0" diff --git a/service/Cargo.toml b/service/Cargo.toml index 5bf2bae..2aa8933 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fancy-service" -version = "0.7.1" +version = "0.7.2" authors = ["Musikid "] edition = "2021" description = """This package provides the service for Fancy, a set of software to control laptop fans."""