Bump versions

This commit is contained in:
Luke D. Jones
2022-07-16 13:45:23 +12:00
parent a117c300d5
commit ef04549c8e
6 changed files with 9 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Full support for multizone LED <logo, keyboard, lightbar> (Author: Luke Jones, With much help from: @MNS26)
- Add ability to load extra data from `/etc/asusd/asusd-user-ledmodes.toml` for LED support if file exits
### Changed
- Dbus interface for Aura config has been changed, all power control is done with `SetLedsEnabled` and `SetLedsDisabled`
- Data for anime-matrix now requires passing the laptop model as enum
- Extra unit tests for anime stuff to help verify things

8
Cargo.lock generated
View File

@@ -278,7 +278,7 @@ dependencies = [
[[package]]
name = "daemon"
version = "4.1.1"
version = "4.2.0"
dependencies = [
"async-trait",
"env_logger",
@@ -1018,7 +1018,7 @@ dependencies = [
[[package]]
name = "rog_anime"
version = "1.3.3"
version = "1.3.4"
dependencies = [
"gif",
"glam",
@@ -1034,7 +1034,7 @@ dependencies = [
[[package]]
name = "rog_aura"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"serde",
"serde_derive",
@@ -1043,7 +1043,7 @@ dependencies = [
[[package]]
name = "rog_dbus"
version = "4.1.0"
version = "4.2.0"
dependencies = [
"rog_anime",
"rog_aura",

View File

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

View File

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

View File

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

View File

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