Releases: zerwes/hiyapyco
Releases · zerwes/hiyapyco
hiyapyco release 0.7.0
What's Changed
- Update markupsafe requirement from <3 to <4 by @dependabot in #80
- Allow custom yaml loaders as callback functions by @grst in #77
- Implement none-behavior strategies by @grst in #78
New Contributors
- @dependabot made their first contribution in #80
- @grst made their first contribution in #77
Full Changelog: release-0.6.1...release-0.7.0
hiyapyco release 0.6.1
hiyapyco release 0.6.0
What's Changed
Full Changelog: release-0.5.6...release-0.6.0
hiyapyco release 0.5.6
What's Changed
- Update init.py to remove distutils deprecated dependence by @itachi-cracker in #70
New Contributors
- @itachi-cracker made their first contribution in #70
Full Changelog: release-0.5.5...release-0.5.6
hiyapyco release 0.5.5
FIXED: #67 (just cosmetic changes)
hiyapyco release 0.5.4
What's Changed
- Revisited Debian packaging. by @smoe in #54
- Test: make deb as workflow by @zerwes in #56
- Further fine-tuning of Debian packaging by @smoe in #55
- removed python2 leftover by @zerwes in #58
- Test: debian12 issue #62 by @zerwes in #63
- fix recursive call to _substmerge (issue #60) by @zerwes in #64
New Contributors
Full Changelog: release-0.5.1...release-0.5.4
hiyapyco release 0.5.1
release including pr #52 by ryanfaircloth and closing issue #53
What's Changed
- feat: Update dependencies to versions not compat with 2.7 by @ryanfaircloth in #52
New Contributors
- @ryanfaircloth made their first contribution in #52
hiyapyco release 0.5.0
Finally release 0.5.0 is out.
https://pypi.org/project/HiYaPyCo/0.5.0/
Sorry for the delay!
There where several issues with the build and release steps.
So I had to drop python 2 support to get this all working again.
Due to the major change of sunsetting python 2 support, I decided to use a new (minor) release number.
What's Changed:
- Loosen jinja versions requirements - fixes #41 by @AvnerCohen in #42