Skip to content

Commit

Permalink
chore(main): release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 11, 2024
1 parent b0ac3da commit 0708b4e
Show file tree
Hide file tree
Showing 3 changed files with 10 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.3.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.3](https://github.com/arrrgi/dotfiles/compare/v0.3.2...v0.3.3) (2024-08-11)


### 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))

## [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.3.3"
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.3.3"
tag_format = "$version"
annotated_tag = "true"
version_files = [
Expand Down

0 comments on commit 0708b4e

Please sign in to comment.