diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index df85fc3..db32eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.4.0](https://github.com/arrrgi/dotfiles/compare/v0.3.2...v0.4.0) (2024-12-20) + + +### Features + +* allow fzf search of directory history replacing zoxide ([ee0c756](https://github.com/arrrgi/dotfiles/commit/ee0c7560dbb22915802d8cf2bf907b89c58214af)) +* redefine commonly used Homebrew packages ([#35](https://github.com/arrrgi/dotfiles/issues/35)) ([47c9f4e](https://github.com/arrrgi/dotfiles/commit/47c9f4ee933a9957f820fe5828f4183706330cea)) + + +### Bug Fixes + +* adjust Wezterm padding to allow for window buttons ([#32](https://github.com/arrrgi/dotfiles/issues/32)) ([20c81fa](https://github.com/arrrgi/dotfiles/commit/20c81fa3736addefe1e440e8c3e410cb6e9fcb61)) +* migrate from zsh4humans installation of zsh-abbr to Brew based ([af6bca2](https://github.com/arrrgi/dotfiles/commit/af6bca2bd5815eca0b2caffb90f014ee354df652)) +* support loading SSH private key to agent on work devices ([29ae063](https://github.com/arrrgi/dotfiles/commit/29ae06384f76c2f76f50452785de6c9194f3a0da)) +* update target conditional and remove zoxide vars ([75667fe](https://github.com/arrrgi/dotfiles/commit/75667fe4245a5a4cbe92c9d42e8a40220af4bd60)) +* use correct SSH public key templated items for work device target ([dad1d6d](https://github.com/arrrgi/dotfiles/commit/dad1d6d298bc7f33834b29b0a2d9746404fb5280)) +* use valid URI to Bat theme ([3c3c505](https://github.com/arrrgi/dotfiles/commit/3c3c505cd5b41d970eac669e6dcd5fc9ddcdfd09)) + ## [0.3.2](https://github.com/arrrgi/dotfiles/compare/v0.3.1...v0.3.2) (2024-01-15) diff --git a/pyproject.toml b/pyproject.toml index 20e3710..bae9a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dotfiles" -version = "0.3.2" +version = "0.4.0" description = "Opinionated dotfiles managed by Chezmoi" authors = ["Rowan Gillson "] license = "MIT" @@ -16,7 +16,7 @@ mkdocs-material = "^9.1.21" [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.2" +version = "0.4.0" tag_format = "$version" annotated_tag = "true" version_files = [