Skip to content

Commit

Permalink
Merge pull request #135 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.4.11
  • Loading branch information
robcxyz committed Mar 15, 2023
2 parents 4b1d1fe + d1116ac commit 7e050ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.11](https://github.com/sudoblockio/tackle/compare/v0.4.10...v0.4.11) (2023-03-14)


### Bug Fixes

* add better exception handling for missing key in match hook ([64c9ee1](https://github.com/sudoblockio/tackle/commit/64c9ee1236ddee7045361108ff3734ba7ace547e))
* error context showing None for ([4b1d1fe](https://github.com/sudoblockio/tackle/commit/4b1d1fe380041249d6b24dcddfd603828f77e23a))

## [0.4.10](https://github.com/sudoblockio/tackle/compare/v0.4.9...v0.4.10) (2022-12-28)


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.10" # x-release-please-version
__version__ = "0.4.11" # x-release-please-version

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

0 comments on commit 7e050ac

Please sign in to comment.