From 35cce45587922de147583864bec2806cc279ee18 Mon Sep 17 00:00:00 2001 From: X3n0m0rph59 Date: Thu, 5 Jan 2023 05:46:55 +0100 Subject: [PATCH] Prepare hotfix release --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGES.md | 2 ++ Cargo.lock | 2 +- eruption/Cargo.toml | 2 +- support/man/eruption.8 | 2 +- support/pkg/arch/PKGBUILD | 2 +- support/pkg/arch/PKGBUILD-git | 2 +- support/pkg/fedora/eruption-git.spec | 4 ++-- support/pkg/fedora/eruption.spec | 2 +- 9 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ff31c4edc..efde5dd0a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem. **Please complete the following information:** - * Eruption version [e.g. 0.3.1] + * Eruption version [e.g. 0.3.2] * List your device(s) (`sudo lsusb`) **Additional context** diff --git a/CHANGES.md b/CHANGES.md index 354e59018..12eab1ed5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ Table of new and noteworthy changes: | Since | Description | |--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 0.3.2 | __New Release__ | +| 0.3.2 | Fix special hotkeys and volume control dial knob on `ROCCAT Vulcan 100/12x` | | 0.3.1 | __New Release__ | | 0.3.1 | Fix a critical bug where some devices caused input spam | | 0.3.1 | Fix a bug where the brightness regulator does not work | diff --git a/Cargo.lock b/Cargo.lock index 388bff074..b31e09fca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1573,7 +1573,7 @@ dependencies = [ [[package]] name = "eruption" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-trait", "bincode 2.0.0-rc.2", diff --git a/eruption/Cargo.toml b/eruption/Cargo.toml index 14f115a6c..345e25691 100644 --- a/eruption/Cargo.toml +++ b/eruption/Cargo.toml @@ -20,7 +20,7 @@ [package] name = "eruption" -version = "0.3.1" +version = "0.3.2" build = "build.rs" authors = ["X3n0m0rph59 ", "The Eruption Development Team"] edition = "2021" diff --git a/support/man/eruption.8 b/support/man/eruption.8 index 00612d7f3..0d10424ef 100644 --- a/support/man/eruption.8 +++ b/support/man/eruption.8 @@ -1,5 +1,5 @@ .\" Manpage for Eruption. -.TH man 8 "Dec 2022" "0.3.1" "eruption man page" +.TH man 8 "Dec 2022" "0.3.2" "eruption man page" .SH NAME Eruption - Realtime RGB LED Driver for Linux .SH SYNOPSIS diff --git a/support/pkg/arch/PKGBUILD b/support/pkg/arch/PKGBUILD index bcfd408e9..b4c7510d9 100644 --- a/support/pkg/arch/PKGBUILD +++ b/support/pkg/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname='eruption' _pkgname='eruption' pkgdesc='Realtime RGB LED Driver for Linux' -pkgver='0.3.1' +pkgver='0.3.2' pkgrel='0' arch=('i686' 'x86_64') url='https://eruption-project.org/' diff --git a/support/pkg/arch/PKGBUILD-git b/support/pkg/arch/PKGBUILD-git index 1b37fbf08..2f7fbd0e3 100644 --- a/support/pkg/arch/PKGBUILD-git +++ b/support/pkg/arch/PKGBUILD-git @@ -3,7 +3,7 @@ pkgname='eruption-git' _pkgname='eruption' pkgdesc='Realtime RGB LED Driver for Linux' -pkgver='0.3.1' +pkgver='0.3.2' pkgrel='0' arch=('i686' 'x86_64') url='https://eruption-project.org/' diff --git a/support/pkg/fedora/eruption-git.spec b/support/pkg/fedora/eruption-git.spec index 084f6853e..209438cd8 100644 --- a/support/pkg/fedora/eruption-git.spec +++ b/support/pkg/fedora/eruption-git.spec @@ -1,11 +1,11 @@ %global OrigName eruption %global ShortName eruption -%global commit ec328c9dfc845b64b763d3898b34f5f4430006fc +%global commit 978a52fb7cddb16fa032a3355e5e6f1cb5321c7c %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: eruption-git -Version: 0.3.1 +Version: 0.3.2 Release: 0.%{shortcommit} Summary: Eruption - Realtime RGB LED Driver for Linux URL: https://eruption-project.org diff --git a/support/pkg/fedora/eruption.spec b/support/pkg/fedora/eruption.spec index 4d61822f1..151e6f86e 100644 --- a/support/pkg/fedora/eruption.spec +++ b/support/pkg/fedora/eruption.spec @@ -2,7 +2,7 @@ %global ShortName eruption Name: eruption -Version: 0.3.1 +Version: 0.3.2 Release: 0%{?dist} Summary: Eruption - Realtime RGB LED Driver for Linux URL: https://eruption-project.org