Skip to content

Commit

Permalink
Merge pull request #131 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.4.8
  • Loading branch information
robcxyz committed Dec 14, 2022
2 parents 236aa4a + 6c0baad commit ceefe6a
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.8](https://github.com/sudoblockio/tackle/compare/v0.4.7...v0.4.8) (2022-12-14)


### Bug Fixes

* no_input not being carried into declarative hook calls ([236aa4a](https://github.com/sudoblockio/tackle/commit/236aa4a39e378c77dac23753e7ef2ee14081b429))

## [0.4.7](https://github.com/sudoblockio/tackle/compare/v0.4.6...v0.4.7) (2022-12-12)


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

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

0 comments on commit ceefe6a

Please sign in to comment.