Skip to content

Commit

Permalink
Merge pull request #108 from robcxyz/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.4.4
  • Loading branch information
robcxyz committed Dec 3, 2022
2 parents b896db9 + 83107dd commit dc0b189
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.4](https://github.com/robcxyz/tackle/compare/v0.4.3...v0.4.4) (2022-12-03)


### Bug Fixes

* carry call_directory and env through hook calls ([cfe1431](https://github.com/robcxyz/tackle/commit/cfe1431c4031218e4d4273e9e58e2371f789fdc7))
* error parsing multiple args in declarative hook [#106](https://github.com/robcxyz/tackle/issues/106) ([6181275](https://github.com/robcxyz/tackle/commit/6181275184dd0829115becb2957cfca73647b0b4))


### Provider Changes

* add default to listdir path ([30357ce](https://github.com/robcxyz/tackle/commit/30357ce4aa222aa5112407056652222022f60139))
* add glob hook ([1a4b20f](https://github.com/robcxyz/tackle/commit/1a4b20f46c8d9f87b9888e31ccbdc60f6e5b4014))

## [0.4.3](https://github.com/robcxyz/tackle/compare/v0.4.2...v0.4.3) (2022-11-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.3" # x-release-please-version
__version__ = "0.4.4" # x-release-please-version

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

0 comments on commit dc0b189

Please sign in to comment.