diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e4c454..d0ef0938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.32.0 (2023-09-16) + +### Feature + +* **shrc:** Add automatic rbenv loading ([`9262e9a`](https://github.com/entelecheia/dotfiles/commit/9262e9a3cfc2adea181b92689f54a111aa2c2f57)) + ## v0.31.0 (2023-09-03) ### Feature diff --git a/chezmoi/.chezmoidata.yaml b/chezmoi/.chezmoidata.yaml index 3a97e627..8db6988a 100644 --- a/chezmoi/.chezmoidata.yaml +++ b/chezmoi/.chezmoidata.yaml @@ -1,4 +1,4 @@ -DOTFILES_VERSION: 0.31.0 +DOTFILES_VERSION: 0.32.0 packages: - name: 1password-cli apt: true diff --git a/pyproject.toml b/pyproject.toml index 0c6ae60b..ca77456e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dotfiles" -version = "0.31.0" +version = "0.32.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"