Skip to content

Releases: DataChefHQ/inception

1.6.1

02 Oct 13:54
Compare
Choose a tag to compare

v1.6.1 (2024-10-02)

Fix

  • add missing dev packages with poetry.

[main 40b309d] bump: version 1.6.0 → 1.6.1
2 files changed, 7 insertions(+), 1 deletion(-)

1.6.0

10 Sep 08:44
Compare
Choose a tag to compare

v1.6.0 (2024-09-10)

Feat

  • Python: support Poetry package manager.

Refactor

  • switch main package manager to Poetry.

[main 8a41359] bump: version 1.5.1 → 1.6.0
2 files changed, 11 insertions(+), 1 deletion(-)

1.5.1

05 Sep 11:33
Compare
Choose a tag to compare

v1.5.1 (2024-09-05)

Refactor

  • nix: update nixfmt hook.
  • devenv: switch to nixpkgs-unstable repository.

[main 3936573] bump: version 1.5.0 → 1.5.1
2 files changed, 8 insertions(+), 1 deletion(-)

1.5.0

28 Aug 11:09
Compare
Choose a tag to compare

v1.5.0 (2024-08-28)

Feat

  • python: add pylint and enable all lsp dependencies for python.

[main 8c45508] bump: version 1.4.2 → 1.5.0
2 files changed, 7 insertions(+), 1 deletion(-)

1.4.2

26 Jul 10:43
Compare
Choose a tag to compare

v1.4.2 (2024-07-26)

Fix

  • python: downgrade Python version to 3.11.

[main 585ac52] bump: version 1.4.1 → 1.4.2
2 files changed, 7 insertions(+), 1 deletion(-)

1.4.1

25 Jul 15:08
Compare
Choose a tag to compare

v1.4.1 (2024-07-25)

Fix

  • python: add missing initial version.

[main 4de6ffc] bump: version 1.4.0 → 1.4.1
2 files changed, 7 insertions(+), 1 deletion(-)

1.4.0

25 Jul 13:25
Compare
Choose a tag to compare

v1.4.0 (2024-07-25)

Feat

  • python: automatic Github release on merge to main.
  • inception: release on merge.

1.3.0 (2024-07-25)

[main ccfc7d0] bump: version 1.3.0 → 1.4.0
2 files changed, 10 insertions(+), 1 deletion(-)

1.3.0

25 Jul 13:11
f60fddd
Compare
Choose a tag to compare

v1.3.0 (2024-07-25)

Feat

  • inception: automatic release workflow.
  • add jq and bat (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

22 Jul 10:53
v1.2.0
7897c13
Compare
Choose a tag to compare

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

19 Jul 20:51
v1.1.0
a2df968
Compare
Choose a tag to compare

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