diff --git a/Changes.md b/Changes.md index 07dfc95..6b0d3a3 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,7 @@ +## v0.1.1 2024-08-09 + + * Fix a bug in `file` that caused it to files when `files_dir` was set. + ## v0.1.0 2024-08-09 * Added the `files_dir` setting to cluster configuration to set the location of the directory used to load files when calling the `files` function when templating. diff --git a/cmd/version.txt b/cmd/version.txt index 6e8bf73..17e51c3 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1