Skip to content

Commit

Permalink
Update changelog for 0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Feb 20, 2022
1 parent 861cc83 commit 2450788
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
package-notes (0.6) unstable; urgency=medium

* Mark package as Multi-Arch: foreign

-- Luca Boccassi <[email protected]> Sun, 20 Feb 2022 22:16:03 +0000

package-notes (0.5) unstable; urgency=medium

[ Zbigniew Jędrzejewski-Szmek ]
Expand Down
2 changes: 1 addition & 1 deletion dh/dh_package_notes
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use strict;
use warnings;
use Debian::Debhelper::Dh_Lib
qw(%dh doit hostarch init isnative sourcepackage);
our $VERSION = '0.5';
our $VERSION = '0.6';

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion generate-package-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details.
"""

__version__ = '0.5'
__version__ = '0.6'

import argparse
import itertools
Expand Down

0 comments on commit 2450788

Please sign in to comment.