Skip to content

Commit

Permalink
chore: update version and changelog for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Jul 6, 2022
1 parent b1525ff commit 6188557
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.8.0
* **BREAKING CHANGE:** Drop historical versions of database schema (#1517)
* Replace "show/hide passphrase" widget with checkbox (#1430)
* Remove enclosing directory when all submissions have been deleted for a source (#1475)
* Support Debian bullseye (#1494, #1511, #1528)
* Support Qubes 4.1 (#1495, #1530)
* Include supported translations (#1497)
* Handle terminating threads cleanly (#1512, #1518, #1519)
* (Dev) Add tooling for visualizing the codebase (#1484)
* (Dev) Refactor export and print dialogs for maintainability (#1492, #1498, #1502, #1501)
* (Dev) Refactor signals according to Qt best practices (#1508)
* (Dev) Ensure `QApplication` is only instantiated once in tests (#1515)
* (Dev) Decouple database tests from models (#1517)

## 0.7.0
* Clear global mouse selection after login (#1477)
* Update securedrop-sdk from version 0.3.2 to 0.4.0 (#1466)
Expand Down
2 changes: 1 addition & 1 deletion securedrop_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.8.0"
2 changes: 1 addition & 1 deletion securedrop_client/locale/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: SecureDrop Client 0.7.0\n"
"Project-Id-Version: SecureDrop Client 0.8.0\n"
"Report-Msgid-Bugs-To: securedrop@freedom.press\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="securedrop-client",
version="0.7.0",
version="0.8.0",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Workstation client application",
Expand Down

0 comments on commit 6188557

Please sign in to comment.