Skip to content

Commit

Permalink
Prepare 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adelnoureddine committed Jul 8, 2024
1 parent 45c3119 commit 1841a2b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "powerjoular"
description = "Monitoring the power consumption of multiple platforms and processes"
version = "1.0.1"
version = "1.0.2"

authors = ["Adel Noureddine"]
maintainers = ["Adel Noureddine <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion installer/aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Adel Noureddine <[email protected]>
pkgname=powerjoular
pkgver=1.0.1
pkgver=1.0.2
pkgrel=1
pkgdesc="PowerJoular allows monitoring power consumption of multiple platforms and processes."
arch=('x86_64' 'aarch64' 'armv7h')
Expand Down
5 changes: 4 additions & 1 deletion installer/powerjoular.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: powerjoular
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: PowerJoular allows monitoring power consumption of multiple platforms and processes.

Expand All @@ -22,6 +22,9 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/systemd/system/%{name}.
%{_sysconfdir}/systemd/system/%{name}.service

%changelog
* Thu Jul 08 2024 Adel Noureddine <[email protected]> - 1.0.2-1
- Handle exceptions for invalid command line arguments
- Add doc for VM in -h command
* Thu Jul 04 2024 Adel Noureddine <[email protected]> - 1.0.1-1
- Fix RPi 5 detection
* Thu Jun 20 2024 Adel Noureddine <[email protected]> - 1.0.0-1
Expand Down
2 changes: 1 addition & 1 deletion release-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=1.0.1
VERSION=1.0.2

# First cross compiler

Expand Down
2 changes: 1 addition & 1 deletion src/help_info.adb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with Ada.Characters.Latin_1; use Ada.Characters.Latin_1;

package body Help_Info is

Version_Number : constant String := "1.0.1";
Version_Number : constant String := "1.0.2";

procedure Show_Help is
begin
Expand Down

0 comments on commit 1841a2b

Please sign in to comment.