Skip to content

Commit 2450788

Browse files
committed
Update changelog for 0.6 release
1 parent 861cc83 commit 2450788

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
package-notes (0.6) unstable; urgency=medium
2+
3+
* Mark package as Multi-Arch: foreign
4+
5+
-- Luca Boccassi <bluca@debian.org> Sun, 20 Feb 2022 22:16:03 +0000
6+
17
package-notes (0.5) unstable; urgency=medium
28

39
[ Zbigniew Jędrzejewski-Szmek ]

dh/dh_package_notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
use warnings;
1212
use Debian::Debhelper::Dh_Lib
1313
qw(%dh doit hostarch init isnative sourcepackage);
14-
our $VERSION = '0.5';
14+
our $VERSION = '0.6';
1515

1616
=head1 SYNOPSIS
1717

generate-package-notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details.
5454
"""
5555

56-
__version__ = '0.5'
56+
__version__ = '0.6'
5757

5858
import argparse
5959
import itertools

0 commit comments

Comments
 (0)