diff --git a/CHANGELOG.md b/CHANGELOG.md index 907f50d..0551d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.3.1] - 2021-04-21 + ### Fixed - Fix path in the service's systemd file. diff --git a/Cargo.lock b/Cargo.lock index 4fcd42e..801a890 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "fancy-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bcmp", "clap", @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "fancy-service" -version = "0.3.0" +version = "0.3.1" dependencies = [ "dbus", "dbus-codegen", diff --git a/PKGBUILD b/PKGBUILD index 2f97110..f744392 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Musikid pkgname=fancy -pkgver=0.3.0 +pkgver=0.3.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 d0b7196..0e6ad94 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fancy-cli" -version = "0.3.0" +version = "0.3.1" authors = ["Musikid "] edition = "2018" 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 3c3abc7..829e89c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fancy (0.3.1) unstable; urgency=medium + + * Initial release + + -- musikid Wed, 21 Apr 2021 16:01:49 +0200 + fancy (0.3.0) unstable; urgency=medium * Initial release diff --git a/fancy.spec.rpkg b/fancy.spec.rpkg index ff2fde8..337aa9d 100644 --- a/fancy.spec.rpkg +++ b/fancy.spec.rpkg @@ -4,7 +4,7 @@ Name: {{{ git_dir_name }}} Version: {{{ git_dir_version }}} -Release: 2%{?dist} +Release: 1%{?dist} Group: System Environment/Base Summary: Set of software to control laptop fans @@ -60,6 +60,9 @@ and a CLI to send commands.} %endif %changelog +* Wed Apr 21 2021 Musikid - 0.3.1-1 + - Initial release + * Thu Apr 15 2021 Musikid - 0.3.0-2 - Fix issue with config files not correctly recognized as such diff --git a/service/Cargo.toml b/service/Cargo.toml index 5ddf29d..523a011 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fancy-service" -version = "0.3.0" +version = "0.3.1" authors = ["Musikid "] edition = "2018" description = """This package provides the service for Fancy, a set of software to control laptop fans."""