Skip to content

Commit cd3b394

Browse files
committed
bump version 0.16.1
1 parent 8e2a694 commit cd3b394

File tree

3 files changed

+8
-2
lines changed

3 files changed

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.stsdc.monitor (0.16.1) focal; urgency=low
2+
3+
* Fix segfault when user can't be retrieved for process
4+
5+
-- Stanisław Dac <[email protected]> Sat, 04 Mar 2023 14:02:55 +0000
6+
17
com.github.stsdc.monitor (0.16.0) jammy; urgency=low
28

39
* Show processes from all users

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.16.0')
1+
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.16.1')
22

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

0 commit comments

Comments
 (0)