From 67de45f5ba53e7fb61902e96c6fd4ea4a4c52579 Mon Sep 17 00:00:00 2001 From: jutty Date: Tue, 3 Sep 2024 12:09:51 -0300 Subject: [PATCH] Update strings for v0.6.0 --- CHANGELOG | 4 ++++ README.md | 2 +- tori | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 759fd6f..92c1843 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.6.0 2024-09-03: File management with the tree strategy + File backups + Extract authorization command to top level + ask and tildify utility functions 0.5.0 2024-07-18: "Decide in editor" package conflict resolution strategy Drop pipefail shell option for dash compatibility Add numerical debug levels to the log utility function diff --git a/README.md b/README.md index c25a9a3..138a64c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ tori is a tool to track your personal systems' configurations and replicate them. -If you'd like a more detailed description of what it is, its purpose, origins and goals, see the [announcement blog post](https://blog.jutty.dev/posts/introducing-tori.html). +If you'd like a more detailed description of what it is, its purpose, origins and goals, see the [announcement blog post](https://blog.jutty.dev/posts/introducing-tori/). Refer to the [project website](https://tori.jutty.dev) for updates and access to [documentation](https://tori.jutty.dev/docs). diff --git a/tori b/tori index 3c15354..2d0e2b5 100755 --- a/tori +++ b/tori @@ -2,7 +2,7 @@ main() { # paths - VERSION="0.5.0 2024-07-18" + VERSION="0.6.0 2024-09-03" TORI_ROOT="$HOME/.local/share/tori" CONFIG_ROOT="$HOME/.config/tori" BACKUP_ROOT="$HOME/.local/state/tori/backup"