Skip to content

Commit 610c334

Browse files
committed
Release 2.2.0
1 parent b06324c commit 610c334

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
afancontrol (2.2.0-1) unstable; urgency=medium
2+
3+
* FileTemp: add support for glob patterns in paths
4+
5+
* Add `readonly_fan` section, allow exporter-only mode (i.e. no fans and mappings)
6+
7+
* Add a readonly IPMI speed fan
8+
9+
* Add filters, collect temperatures simultaneously
10+
11+
-- Kostya Esmukov <[email protected]> Mon, 28 Sep 2020 22:12:04 +0000
12+
113
afancontrol (2.1.0-1) unstable; urgency=medium
214

315
* Move PID file under /run (#3)

src/afancontrol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)