Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
1 parent 29ae063 commit f1825e9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.2"
".": "0.4.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <devops@the.bald.engineer>"]
license = "MIT"
Expand All @@ -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 = [
Expand Down

0 comments on commit f1825e9

Please sign in to comment.