Skip to content

Commit

Permalink
Prepared the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Mar 6, 2024
1 parent 4344264 commit 5950fb2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2007-2023 Matteo Corti
Copyright (c) 2007-2024 Matteo Corti

with the following individuals added to the list of Contributing Authors

Expand Down
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-03-06 Matteo Corti <matteo@corti.li>

* check_updates: Fixed a bug with --quiet

2023-06-26 Matteo Corti <matteo@corti.li>

* check_updates (run): Fixed a bug when no $HOME is defined
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024-03-06: 2.0.5 - Fixed a bug with ```--quiet```
2023-06-26: 2.0.4 - Fixed a bug when no $HOME is defined
2022-09-16: 2.0.3 - Fixed RPM dependencies
2022-07-29: 2.0.2 - Improved the documentation of --boot-check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

&copy; Matteo Corti, ETH Zurich, 2007-2012

&copy; Matteo Corti, 2007-2023
&copy; Matteo Corti, 2007-2024

![](https://img.shields.io/github/v/release/matteocorti/check_updates)&nbsp;![](https://img.shields.io/github/downloads/matteocorti/check_updates/latest/total)&nbsp;![](https://img.shields.io/github/downloads/matteocorti/check_updates/total)&nbsp;![](https://img.shields.io/github/license/matteocorti/check_updates)&nbsp;![](https://img.shields.io/github/stars/matteocorti/check_updates)&nbsp;![](https://img.shields.io/github/forks/matteocorti/check_updates)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed a bug when no ```$HOME''' is defined
Fixed a bug with ```--quiet```
4 changes: 2 additions & 2 deletions check_updates
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package main;
#
# See the INSTALL file for installation instructions
#
# Copyright (c) 2007-2023 Matteo Corti <matteo@corti.li>
# Copyright (c) 2007-2024 Matteo Corti <matteo@corti.li>
#
# This module is free software; you can redistribute it and/or modify it
# under the terms of GNU general public license (gpl) version 3,
Expand All @@ -21,7 +21,7 @@ use warnings;

no warnings 'once'; ## no critic (TestingAndDebugging::ProhibitNoWarnings)

our $VERSION = '2.0.4';
our $VERSION = '2.0.5';

use Carp;
use English qw(-no_match_vars);
Expand Down

0 comments on commit 5950fb2

Please sign in to comment.