Skip to content

Commit

Permalink
Prepare hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
X3n0m0rph59 committed Jan 5, 2023
1 parent 978a52f commit 35cce45
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion 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 eruption/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

[package]
name = "eruption"
version = "0.3.1"
version = "0.3.2"
build = "build.rs"
authors = ["X3n0m0rph59 <[email protected]>", "The Eruption Development Team"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion support/man/eruption.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion support/pkg/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down
2 changes: 1 addition & 1 deletion support/pkg/arch/PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down
4 changes: 2 additions & 2 deletions support/pkg/fedora/eruption-git.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion support/pkg/fedora/eruption.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35cce45

Please sign in to comment.