diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ef0938..d062474b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ +## v0.33.0 (2023-09-27) + +### Feature + +* **dependencies:** Add rbenv installation script ([`d995392`](https://github.com/entelecheia/dotfiles/commit/d995392359308f2f33387c0ec65e18ac5ed11576)) + +### Fix + +* **config:** Add rbenv PATH configuration ([`9b52830`](https://github.com/entelecheia/dotfiles/commit/9b52830c3c3202bba59f1ad4c11dc0cc22375fe4)) +* **chezmoi:** Fix rbenv configuration in .chezmoi.yaml.tmpl ([`c930c06`](https://github.com/entelecheia/dotfiles/commit/c930c06186ed3896216014d4d437944528d34100)) + ## v0.32.0 (2023-09-16) ### Feature diff --git a/chezmoi/.chezmoidata.yaml b/chezmoi/.chezmoidata.yaml index 2d854788..eef04321 100644 --- a/chezmoi/.chezmoidata.yaml +++ b/chezmoi/.chezmoidata.yaml @@ -1,4 +1,4 @@ -DOTFILES_VERSION: 0.32.0 +DOTFILES_VERSION: 0.33.0 packages: - name: 1password-cli apt: true diff --git a/pyproject.toml b/pyproject.toml index 9fefe8ab..8b365d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dotfiles" -version = "0.32.0" +version = "0.33.0" 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"