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
1diff --git a/CHANGELOG.md b/CHANGELOG.md
2index c6d804b..6855eb3 100644
3--- a/CHANGELOG.md
4+++ b/CHANGELOG.md
5@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
6
7 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
9-## [Unreleased]
10+## [0.15] - 2021-05-24
11 ### Added
12+- 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))
13 - 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))
14
15 ### Changed
16@@ -15,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17 ### Fixed
18 - 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))
19 - Ignore lspci-related errors when getting standard info ([LP #1910193](https://bugs.launchpad.net/qabro/+bug/1910193))
20+- armhf build with newer versions of cryptography Python package
21+- Snap recipe to avoid problems when uploading to the Snap store
22
23 ## [0.14] - 2020-09-28
24 ### Added
25diff --git a/qabro/__version__.py b/qabro/__version__.py
26index 43710dc..4e7c82a 100644
27--- a/qabro/__version__.py
28+++ b/qabro/__version__.py
29@@ -1,5 +1,5 @@
30 __title__ = 'qabro'
31-__version__ = '0.15dev'
32+__version__ = '0.15'
33 __description__ = 'Tool to generate a Launchpad bug report and attach useful logs (using sosreport and the like).'
34 __author__ = 'Pierre Equoy'
35 __author_email__ = 'pierre.equoy@canonical.com'

Subscribers

People subscribed via source and target branches

to all changes: