Update changelog

This commit is contained in:
Luke D. Jones
2021-11-01 16:03:40 +13:00
parent 1d977199f3
commit 38d047cb8a
3 changed files with 8 additions and 2 deletions

View File

@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
# [4.0.6] - 2021-11-01
### Changed
- Fix CLI for bios toggles
### Added
- Extra commands for AniMe: pixel-image, gif, pixel-gif
# [4.0.5] - 2021-10-27
### Changed
- Convert fan curve percentage to 0-255 expected by kernel driver only if '%' char is used, otherwise the expected range for fan power is 0-255

2
Cargo.lock generated
View File

@@ -202,7 +202,7 @@ dependencies = [
[[package]]
name = "daemon"
version = "4.0.5"
version = "4.0.6"
dependencies = [
"env_logger",
"log",

View File

@@ -1,6 +1,6 @@
[package]
name = "daemon"
version = "4.0.5"
version = "4.0.6"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]