diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c4386..f26423c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.17](https://github.com/elkowar/yolk/compare/v0.0.16...v0.0.17) - 2024-12-22 + +### Added + +- Allow for both .config and standard ~/Library/... dir on mac + ## [0.0.16](https://github.com/elkowar/yolk/compare/v0.0.15...v0.0.16) - 2024-12-22 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3354e9a..bbdaa06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1989,7 +1989,7 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yolk_dots" -version = "0.0.16" +version = "0.0.17" dependencies = [ "arbitrary", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 592b2de..dcbf8e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "yolk_dots" authors = ["ElKowar "] description = "Templated dotfile management without template files" -version = "0.0.16" +version = "0.0.17" edition = "2021" repository = "https://github.com/elkowar/yolk" homepage = "https://elkowar.github.io/yolk"