diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ef7f1..6b17ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## v0.37.2 (2024-02-28) + +### Fix + +* **backup:** Ensure all files in directories are copied ([`9107965`](https://github.com/entelecheia/dotfiles/commit/910796597b84a647efd4bca74d4ddbf962cbae57)) +* **backup-script:** Ensure directory paths end with slash ([`65d1802`](https://github.com/entelecheia/dotfiles/commit/65d18023979f631019c38fa6299b286bfedebb42)) + ## v0.37.1 (2024-02-28) ### Fix diff --git a/chezmoi/.chezmoidata.yaml b/chezmoi/.chezmoidata.yaml index 8ff2bbc..967f408 100644 --- a/chezmoi/.chezmoidata.yaml +++ b/chezmoi/.chezmoidata.yaml @@ -1,4 +1,4 @@ -DOTFILES_VERSION: 0.37.1 +DOTFILES_VERSION: 0.37.2 packages: - name: 1password-cli apt: true diff --git a/pyproject.toml b/pyproject.toml index 7c688c5..feb8ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dotfiles" -version = "0.37.1" +version = "0.37.2" description = "Easily manage and synchronize your dotfiles across multiple environments with the Dotfiles project, streamlining your development setup and CI/CD pipeline." authors = ["Young Joon Lee "] license = "MIT"