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

Commit

Permalink
chore(release): prepare for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsay-so committed Nov 7, 2021
1 parent 124a782 commit 046d19b
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Musikid <musikid@outlook.com>
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
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fancy-cli"
version = "0.7.0"
version = "0.7.1"
authors = ["Musikid <musikid@outlook.com>"]
edition = "2021"
description = """This package provides the CLI for Fancy, a set of software to control laptop fans."""
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fancy (0.7.1) unstable; urgency=medium

* Initial release

-- musikid <musikid@outlook.com> Sun, 07 Nov 2021 19:00:05 +0100

fancy (0.7.0) unstable; urgency=medium

* Initial release
Expand Down
2 changes: 1 addition & 1 deletion nbfc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nbfc-config"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "MPL-2.0"

Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fancy-service"
version = "0.7.0"
version = "0.7.1"
authors = ["Musikid <musikid@outlook.com>"]
edition = "2021"
description = """This package provides the service for Fancy, a set of software to control laptop fans."""
Expand Down

0 comments on commit 046d19b

Please sign in to comment.