From: Matthias Kruk Date: Sat, 3 Apr 2021 22:51:46 +0000 (+0900) Subject: debian: Increase version to 0.2-1 X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=e46e320fa651122399e65b50329935cdbbdce21d;p=toolbox debian: Increase version to 0.2-1 The Debian package needs to be updated to enable rolling out the code to some machines. This commit increases the Debian package version to 0.2-1. --- diff --git a/debian/changelog b/debian/changelog index 8ecc13c..4f3451e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +toolbox (0.2-1) unstable; urgency=medium + + * Allow modules to be included from TOOLBOX_HOME + * Move iface module to net group + * New modules: + - array: Convenience functions for arrays + - is: Convenience functions for string validation + - opt: Commandline parser + - xrandr: X monitor handling + - clip: X clipboard functions + + -- Matthias Kruk Sun, Apr 04 2021 07:40:55 +0900 + + toolbox (0.1-1) unstable; urgency=medium * Initial release