From aa3b2fc8768c9d5bbc620de62c42aaad6a169b6f Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 14 Jul 2024 06:53:29 -0300 Subject: [PATCH] Update version and changelog --- CHANGELOG | 1 + tori | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c7090b5..9e9ba63 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +0.4.0 2024-07-14: "Add/remove all from configuration" resolution strategy 0.3.1 2024-07-13: Refactor, new docs page, make cache refresh lazier 0.3.0 2024-07-11: "Enter packages to install/uninstall" resolution strategy 0.2.1 2024-07-10: Rename package_resolution.sh, document package conflicts diff --git a/tori b/tori index 075adfe..05b7417 100755 --- a/tori +++ b/tori @@ -2,7 +2,7 @@ main() { # paths - VERSION="0.3.1 2024-07-13" + VERSION="0.4.0 2024-07-14" TORI_ROOT="$HOME/.local/share/tori" CONFIG_ROOT="$HOME/.config/tori" TMP_DIR="/tmp/tori"