Releases: DataChefHQ/inception
Releases · DataChefHQ/inception
1.6.1
1.6.0
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
v1.3.0 (2024-07-25)
Feat
- inception: automatic release workflow.
- add
jq
andbat
(with alias)
Fix
- github token for inception release checkout.
- python: update deprecated linter configuration.
- python: type checking issue.
[39-github-enable-automatic-release-workflow 956a6e9] bump: version 1.2.0 → 1.3.0
2 files changed, 14 insertions(+), 1 deletion(-)
v1.2.0
What's Changed
- feat(Github): Add test workflow to all templates. by @shahinism in #23
- feat(Python): Configure pytest and ruff in pyproject.toml. by @shahinism in #25
- fix(python): add author detail to pyproject.toml. by @shahinism in #26
- feat(python): run pytest command at
devenv test
. by @shahinism in #28 - feat(python): add automatic versioning using release script. by @shahinism in #33
Full Changelog: CHANGELOG.md
v1.1.0
What's Changed
Feat
- Add release workflow to the main project (#12).
- add changelog to the main project (#12).
- Support generating containers using devenv.
- add Commitzen together with SCM configuration.
Fix
- Commitzen git repository discovery.
Refactor
- update pdm lock and fix installation errors. (#20)
Full Changelog: v1.0.1...v1.1.0