Merge ~pieq/bugit/+git/qabro:release-0.15 into bugit:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: f81a8ccfc8b8fb496d7b1822c5a111ac9f08c0a0
Merged at revision: d00f337246686c09604957a96265db457e3bc44f
Proposed branch: ~pieq/bugit/+git/qabro:release-0.15
Merge into: bugit:master
Diff against target: 35 lines (+5/-2)
2 files modified
CHANGELOG.md (+4/-1)
qabro/__version__.py (+1/-1)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+403172@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

self-approving.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6d804b..6855eb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
7## [Unreleased]7## [0.15] - 2021-05-24
8### Added8### Added
9- Add a radio button to select at what stage the issue was filed (right after the bug happened, etc.) ([LP #1904849](https://bugs.launchpad.net/qabro/+bug/1904849))
9- Provide argument to add SKU and CID from command line using `--sku` and `--cid`, respectively. If a CID is provided, it is also added as a tag ([LP #1904847](https://bugs.launchpad.net/qabro/+bug/1904847))10- Provide argument to add SKU and CID from command line using `--sku` and `--cid`, respectively. If a CID is provided, it is also added as a tag ([LP #1904847](https://bugs.launchpad.net/qabro/+bug/1904847))
1011
11### Changed12### Changed
@@ -15,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15### Fixed16### Fixed
16- Attach acpidump output only if process call OK (to avoid problem on ARM devices with no ACPI tables) ([LP #1903229](https://bugs.launchpad.net/qabro/+bug/1903229))17- Attach acpidump output only if process call OK (to avoid problem on ARM devices with no ACPI tables) ([LP #1903229](https://bugs.launchpad.net/qabro/+bug/1903229))
17- Ignore lspci-related errors when getting standard info ([LP #1910193](https://bugs.launchpad.net/qabro/+bug/1910193))18- Ignore lspci-related errors when getting standard info ([LP #1910193](https://bugs.launchpad.net/qabro/+bug/1910193))
19- armhf build with newer versions of cryptography Python package
20- Snap recipe to avoid problems when uploading to the Snap store
1821
19## [0.14] - 2020-09-2822## [0.14] - 2020-09-28
20### Added23### Added
diff --git a/qabro/__version__.py b/qabro/__version__.py
index 43710dc..4e7c82a 100644
--- a/qabro/__version__.py
+++ b/qabro/__version__.py
@@ -1,5 +1,5 @@
1__title__ = 'qabro'1__title__ = 'qabro'
2__version__ = '0.15dev'2__version__ = '0.15'
3__description__ = 'Tool to generate a Launchpad bug report and attach useful logs (using sosreport and the like).'3__description__ = 'Tool to generate a Launchpad bug report and attach useful logs (using sosreport and the like).'
4__author__ = 'Pierre Equoy'4__author__ = 'Pierre Equoy'
5__author_email__ = 'pierre.equoy@canonical.com'5__author_email__ = 'pierre.equoy@canonical.com'

Subscribers

People subscribed via source and target branches

to all changes: