Skip to content

Commit

Permalink
Merge pull request #132 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.4.9
  • Loading branch information
robcxyz committed Dec 20, 2022
2 parents c1f1886 + 6bafa58 commit a639287
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.9](https://github.com/sudoblockio/tackle/compare/v0.4.8...v0.4.9) (2022-12-20)


### Bug Fixes

* allow ambiguous keys like 'namespace' to be used as string renderables ([c1f1886](https://github.com/sudoblockio/tackle/commit/c1f18862feced7c32aaf4538b4b2737cebacfea3))

## [0.4.8](https://github.com/sudoblockio/tackle/compare/v0.4.7...v0.4.8) (2022-12-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.8" # x-release-please-version
__version__ = "0.4.9" # x-release-please-version

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

0 comments on commit a639287

Please sign in to comment.