Skip to content

Commit

Permalink
chore(main): release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent 3977a85 commit 612b97e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.3](https://github.com/robcxyz/tackle/compare/v0.4.2...v0.4.3) (2022-11-28)


### Bug Fixes

* duplicate hook to ([4828bb5](https://github.com/robcxyz/tackle/commit/4828bb587996355f0e557af153bdeb637817ab70))
* prompt in hook ([4bbbd23](https://github.com/robcxyz/tackle/commit/4bbbd23447f4825c468aa169d8dee289961f1e62))


### Refactors

* tackle-box to tackle ([3977a85](https://github.com/robcxyz/tackle/commit/3977a85646fecdcfc4c1d1d15abf3698ea3d9bf3))

## [0.4.2](https://github.com/robcxyz/tackle-box/compare/v0.4.1...v0.4.2) (2022-11-14)


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

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

0 comments on commit 612b97e

Please sign in to comment.