Skip to content

Commit

Permalink
Version 0.9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Dec 25, 2024
1 parent b480514 commit 047d1b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2023 igo95862
-->

# 0.9.4.1

## Fixes

* Fixed `list` command autocompletion crashing when running without Python optimization mode. (reported by @lucasmz-dev)

# 0.9.4

## Features
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2020 igo95862
project('bubblejail',
version : '0.9.4',
version : '0.9.4.1',
meson_version : '>=1.3.0',
# Patch out these lines to install bubblejail's packages to site-packages
default_options : {
Expand Down

0 comments on commit 047d1b8

Please sign in to comment.