Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit b9893ae

Browse files
committed
bump to v0.3.1
1 parent cece053 commit b9893ae

7 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [v0.3.1] - 2021-04-21
9+
810
### Fixed
911

1012
- Fix path in the service's systemd file.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Musikid <musikid@outlook.com>
22
pkgname=fancy
3-
pkgver=0.3.0
3+
pkgver=0.3.1
44
pkgrel=1
55
pkgdesc='Set of software which allows you to control your laptop fans.
66
It includes a service daemon to allow accessing to the embedded controller

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fancy-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Musikid <musikid@outlook.com>"]
55
edition = "2018"
66
description = """This package provides the CLI for Fancy, a set of software to control laptop fans."""

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fancy (0.3.1) unstable; urgency=medium
2+
3+
* Initial release
4+
5+
-- musikid <musikid@outlook.com> Wed, 21 Apr 2021 16:01:49 +0200
6+
17
fancy (0.3.0) unstable; urgency=medium
28

39
* Initial release

fancy.spec.rpkg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: {{{ git_dir_name }}}
66
Version: {{{ git_dir_version }}}
7-
Release: 2%{?dist}
7+
Release: 1%{?dist}
88
Group: System Environment/Base
99
Summary: Set of software to control laptop fans
1010

@@ -60,6 +60,9 @@ and a CLI to send commands.}
6060
%endif
6161

6262
%changelog
63+
* Wed Apr 21 2021 Musikid <musikid@outlook.com> - 0.3.1-1
64+
- Initial release
65+
6366
* Thu Apr 15 2021 Musikid <musikid@outlook.com> - 0.3.0-2
6467
- Fix issue with config files not correctly recognized as such
6568

service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fancy-service"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Musikid <musikid@outlook.com>"]
55
edition = "2018"
66
description = """This package provides the service for Fancy, a set of software to control laptop fans."""

0 commit comments

Comments
 (0)