aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.rst10
-rw-r--r--src/snakeoil/__init__.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 6a65401..482b285 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,16 @@
Release Notes
=============
+snakeoil 0.10.5 (2023-01-20)
+----------------------------
+
+- cli.arghparse: improve _format_args for Delayed (Arthur Zamarin)
+ https://github.com/pkgcore/pkgcheck/issues/520
+
+- compression: prefer gtar over tar if available (Sam James, #93)
+
+- format code with ``black`` (Brian Harring, Arthur Zamarin, #95)
+
snakeoil 0.10.4 (2022-12-09)
----------------------------
diff --git a/src/snakeoil/__init__.py b/src/snakeoil/__init__.py
index a1c1f20..2009d30 100644
--- a/src/snakeoil/__init__.py
+++ b/src/snakeoil/__init__.py
@@ -11,4 +11,4 @@ This library is a bit of a grabbag of the following:
"""
__title__ = "snakeoil"
-__version__ = "0.10.4"
+__version__ = "0.10.5"