Skip to content

Commit

Permalink
Update changelog for 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Apr 4, 2022
1 parent a03c07c commit 2e972aa
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.8) unstable; urgency=medium

* use LONG instead of BYTEs for binary fields

-- Luca Boccassi <[email protected]> Mon, 04 Apr 2022 19:52:18 +0100

package-notes (0.7) unstable; urgency=medium

* dh: derive distro name at build time
Expand Down
2 changes: 1 addition & 1 deletion dh/dh_package_notes
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use warnings;
use Debian::Debhelper::Dh_Lib
qw(%dh doit hostarch init isnative sourcepackage);
use Dpkg::Vendor qw(get_current_vendor);
our $VERSION = '0.7';
our $VERSION = '0.8';

=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.7'
__version__ = '0.8'

import argparse
import itertools
Expand Down

0 comments on commit 2e972aa

Please sign in to comment.