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

Commit be3cdec

Browse files
committed
chore(release): prepare for 0.7.2
1 parent 70fd466 commit be3cdec

7 files changed

Lines changed: 26 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [0.7.1](https://github.com/musikid/fancy/compare/v0.7.0..0.7.1) - 2021-11-07
6+
## [0.7.2](https://github.com/musikid/fancy/compare/v0.7.1..0.7.2) - 2021-11-07
7+
8+
### Bug Fixes
9+
10+
- Clamp percentage value
11+
12+
13+
### CI
14+
15+
- Fix fedora job
16+
17+
18+
## [0.7.1](https://github.com/musikid/fancy/compare/v0.7.0..v0.7.1) - 2021-11-07
719

820
### CI
921

Cargo.lock

Lines changed: 3 additions & 3 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.7.1
3+
pkgver=0.7.2
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.7.1"
3+
version = "0.7.2"
44
authors = ["Musikid <musikid@outlook.com>"]
55
edition = "2021"
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.7.2) unstable; urgency=medium
2+
3+
* Initial release
4+
5+
-- musikid <musikid@outlook.com> Sun, 07 Nov 2021 19:14:16 +0100
6+
17
fancy (0.7.1) unstable; urgency=medium
28

39
* Initial release

nbfc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nbfc-config"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
license = "MPL-2.0"
66

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.7.1"
3+
version = "0.7.2"
44
authors = ["Musikid <musikid@outlook.com>"]
55
edition = "2021"
66
description = """This package provides the service for Fancy, a set of software to control laptop fans."""

0 commit comments

Comments
 (0)