Skip to content

Commit

Permalink
Update changelog for 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Mar 7, 2022
1 parent 8815da8 commit f8dbf42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
package-notes (0.7) unstable; urgency=medium

* dh: derive distro name at build time
* dh: pick debuginfod from DEBUGINFOD_URLS env var if available
* dh: install makefile include to automatically set LDFLAGS

-- Luca Boccassi <[email protected]> Mon, 07 Mar 2022 11:40:22 +0000

package-notes (0.6) unstable; urgency=medium

* Mark package as Multi-Arch: foreign
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.6';
our $VERSION = '0.7';

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

import argparse
import itertools
Expand Down

0 comments on commit f8dbf42

Please sign in to comment.