Skip to content

Commit e3fcc4e

Browse files
committed
Bump version (→0.16.0) and add changelog
1 parent 7786ca3 commit e3fcc4e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

com.github.stsdc.monitor.spec

+1-1
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.15.1
5+
Version: 0.16.0
66
Release: %autorelease
77
Summary: Manage processes and monitor system resources
88
License: GPLv3

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
com.github.stsdc.monitor (0.16.0) jammy; urgency=low
2+
3+
* Show processes from all users
4+
* Refresh icons
5+
* Fix some typos
6+
7+
-- Stanisław Dac <[email protected]> Fri, 24 Feb 2023 20:02:55 +0000
8+
19
com.github.stsdc.monitor (0.15.1) focal; urgency=low
210

311
* Fix error when trying to get percentage from non-detected GPU

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.15.1')
1+
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.16.0')
22

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

0 commit comments

Comments
 (0)