Skip to content

Commit a594d20

Browse files
committed
bump version, add changelog
1 parent ae203cc commit a594d20

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

com.github.stsdc.monitor.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global appname com.github.stsdc.monitor
33

44
Name: com.github.stsdc.monitor
5-
Version: 0.12.0
5+
Version: 0.13.0
66
Release: %autorelease
77
Summary: Manage processes and monitor system resources
88
License: GPLv3

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
com.github.stsdc.monitor (0.13.0) focal; urgency=low
2+
3+
* Fix saving indicator preferences
4+
* Fix displaying cache values
5+
* CPU is now stacked chart
6+
7+
-- Stanisław Dac <[email protected]> Wed, 16 Mar 2022 22:15:06
8+
19
com.github.stsdc.monitor (0.12.0-1) focal; urgency=low
210

311
* Handle LUKS volumes

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.12.0')
1+
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.13.0')
22

33
# these are Meson modules
44
gnome = import('gnome')

0 commit comments

Comments
 (0)