Update version and changelog

This commit is contained in:
Juno Takano 2024-07-14 06:53:29 -03:00
parent f1361bbad2
commit aa3b2fc876
2 changed files with 2 additions and 1 deletions

View file

@ -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.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.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 0.2.1 2024-07-10: Rename package_resolution.sh, document package conflicts

2
tori
View file

@ -2,7 +2,7 @@
main() { main() {
# paths # paths
VERSION="0.3.1 2024-07-13" VERSION="0.4.0 2024-07-14"
TORI_ROOT="$HOME/.local/share/tori" TORI_ROOT="$HOME/.local/share/tori"
CONFIG_ROOT="$HOME/.config/tori" CONFIG_ROOT="$HOME/.config/tori"
TMP_DIR="/tmp/tori" TMP_DIR="/tmp/tori"