Skip to content

Releases: data-as-code/dac

v0.4.3

08 Apr 08:12

Choose a tag to compare

Added

  • Added support for python 3.12 and 3.13

Changed

  • Bump all dependencies to the latest version and introduce necessary adaptation in the source code (affecting only dac info):
    • build~=0.9 -> build~=1.2
    • toml~=0.10 -> toml~=0.10.2
    • typer[all]~=0.7 -> typer~=0.15.2
    • wheel~=0.38 -> wheel~=0.45
  • Prevent installation with python > 3.13

v0.4.3rc0

03 Apr 15:37

Choose a tag to compare

v0.4.3rc0 Pre-release
Pre-release
fix: pa.DataFrameModel

v0.4.2

13 Feb 17:00
62b65e5

Choose a tag to compare

Find next version robust to dash or underscore (#27)

* find latest version is now robust to use of "-" and "_" without distinction

* update changelog

* readme typo

---------

Co-authored-by: Ádám Juhász <[email protected]>

v0.4.2rc1

13 Feb 15:33

Choose a tag to compare

v0.4.2rc1 Pre-release
Pre-release
update changelog

v0.4.1

08 Feb 07:24
d546d5d

Choose a tag to compare

Add cli `next-version` (#25)

* add find_latest_version

* add cli

* update changelog

* fix increase minor in the case when patch contains characters

* fix typo in test file name

v0.4.0

31 Oct 13:57
60a5bc0

Choose a tag to compare

allow optional arguments in load() (#24)

v0.3.3

31 Jul 15:16

Choose a tag to compare

cleanup

v0.3.2

31 Jul 14:59

Choose a tag to compare

extend compatibility to pydantic v1 and v2

v0.3.1

31 Jul 13:41

Choose a tag to compare

update changelog before release v0.3.1

v0.3.0

12 Apr 12:19
0bdb3b1

Choose a tag to compare

dependencies must be separated by ; instead of , (#15)