Skip to content

Commit

Permalink
chore(main): release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent df6846b commit aaed54e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.6](https://github.com/sudoblockio/tackle/compare/v0.4.5...v0.4.6) (2022-12-07)


### Bug Fixes

* render vars coming from field in hook that maps a dict to fields ([df6846b](https://github.com/sudoblockio/tackle/commit/df6846b6b8aaf8e3de7b8eebc6735c90a463a1c5))

## [0.4.5](https://github.com/sudoblockio/tackle/compare/v0.4.4...v0.4.5) (2022-12-06)


Expand Down
2 changes: 1 addition & 1 deletion tackle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Main package for tackle."""
__version__ = "0.4.5" # x-release-please-version
__version__ = "0.4.6" # x-release-please-version

from tackle.models import BaseHook
from tackle.models import Field
Expand Down

0 comments on commit aaed54e

Please sign in to comment.