From e3fcc4e7f9c2901a07b72c7bf942d9f058d2644b Mon Sep 17 00:00:00 2001 From: stsdc <6031763+stsdc@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:11:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=20(=E2=86=920.16.0)=20and=20add?= =?UTF-8?q?=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.github.stsdc.monitor.spec | 2 +- debian/changelog | 8 ++++++++ meson.build | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/com.github.stsdc.monitor.spec b/com.github.stsdc.monitor.spec index 2c2f93a3..234965cf 100755 --- a/com.github.stsdc.monitor.spec +++ b/com.github.stsdc.monitor.spec @@ -2,7 +2,7 @@ %global appname com.github.stsdc.monitor Name: com.github.stsdc.monitor -Version: 0.15.1 +Version: 0.16.0 Release: %autorelease Summary: Manage processes and monitor system resources License: GPLv3 diff --git a/debian/changelog b/debian/changelog index e1131a2f..696397b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +com.github.stsdc.monitor (0.16.0) jammy; urgency=low + + * Show processes from all users + * Refresh icons + * Fix some typos + + -- Stanisław Dac Fri, 24 Feb 2023 20:02:55 +0000 + com.github.stsdc.monitor (0.15.1) focal; urgency=low * Fix error when trying to get percentage from non-detected GPU diff --git a/meson.build b/meson.build index 6849dd87..3383ce1e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.15.1') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.16.0') # these are Meson modules gnome = import('gnome')