Skip to content
Snippets Groups Projects
Verified Commit e1046553 authored by Blake Lee's avatar Blake Lee
Browse files

build: release `v0.8.1`

parent 4aec32c8
No related branches found
No related tags found
No related merge requests found
nala (0.8.1) unstable; urgency=medium
[ Bug Fixes ]
* KeyError exception when installing local `.deb` files
* Packages that can be autoremoved not showing in the transaction
summary when they won't be removed.
-- Blake Lee <blake@volian.org> Sun, 24 Apr 2022 20:44:14 -0400
nala (0.8.0) unstable; urgency=medium
[ Changes ]
......
......@@ -2,8 +2,8 @@
title: Nala
section: 8
header: User Manual
footer: Nala 0.8.0
date: 22 April 2022
footer: Nala 0.8.1
date: 24 April 2022
---
# NAME
Nala - A prettier front-end for libapt-pkg
......
......@@ -44,7 +44,7 @@ if "APT" not in apt_pkg.config:
apt_pkg.init_config()
apt_pkg.init_system()
__version__ = "0.8.0"
__version__ = "0.8.1"
console = Console()
......
[tool.poetry]
name = "nala"
version = "0.8.0"
version = "0.8.1"
description = "Commandline frontend for the apt package manager"
authors = [
"Blake Lee <blake@volian.org>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment