Skip to content

Commit fc5dd5a

Browse files
committed
Version 0.9.0
1 parent 3a7bd8d commit fc5dd5a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
SPDX-License-Identifier: GPL-3.0-or-later
33
SPDX-FileCopyrightText: 2023 igo95862
44
-->
5+
6+
# 0.9.0
7+
8+
No changes since 0.9rc1.
9+
510
# 0.9rc1
611

712
## Major build changes!
@@ -20,6 +25,7 @@ SPDX-FileCopyrightText: 2023 igo95862
2025
option.
2126
* `tomli` support has been dropped. `tomlib` from Python 3.11
2227
standard library is the only supported TOML reading library.
28+
(note that `tomli-w` is still a requirement)
2329

2430
## Features
2531

@@ -30,7 +36,7 @@ SPDX-FileCopyrightText: 2023 igo95862
3036

3137
* Fix bubblejail-config GUI utility not using its icon. (reported by @boredsquirrel and @rusty-snake)
3238
* Fix Chromium and Firefox profiles not working on certain distros because of
33-
diverging desktop entry names. (reported by @@boredsquirrel)
39+
diverging desktop entry names. (reported by @boredsquirrel)
3440
* Fix instance being left in inoperable state if D-Bus proxy failed to initialize.
3541
* Fix `namespaces_limits` service sometimes failing because of concurrency races
3642
with sandboxed PID.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
22
# SPDX-FileCopyrightText: 2020 igo95862
33
project('bubblejail',
4-
version : '0.9rc1',
4+
version : '0.9.0',
55
# Patch out these lines to install bubblejail's packages to site-packages
66
default_options : {
77
'python.purelibdir' : 'lib/bubblejail/python-packages',

0 commit comments

Comments
 (0)