Skip to content

Releases: cccaballero/envmodel

v0.2.0

11 Apr 21:42

Choose a tag to compare

What's new

Added 🎉

  • Add new feature: allowed_values attribute to field types

Changed ⚠️

  • Updated isort requirement from <5.14,>=5.12 to >=5.12,<6.1

Commits

1a8f8c5 Bump version to v0.2.0 for release
eeb99e3 update changelog
f1c86bf Update isort requirement from <5.14,>=5.12 to >=5.12,<6.1 (#5)
ad735ad update version
aa9a1f3 Add new feature: allowed_values attribute to field types (#8)
906040c Bump sphinx-autodoc-typehints from 1.23.3 to 3.1.0 (#7)

v0.1.0-2

26 Mar 10:20

Choose a tag to compare

What's new

Added 🎉

  • v0.1.0-2 - Initial release

Commits

c66ef1f update build version
c02c460 get version from env variable
a74152e get version from env variable
2fadabc Bump version to v0.1.0-1 for release
b370aa5 update changelog
28acc2b Bump version to v0.1.0-1 for release
f25027d update version build number
1586db2 update action-gh-release
43d1cd6 Bump version to v0.1.0 for release
3c3179d add initial changelog info
5af011a Update download artifact
9c9227c Update README.md
35923d9 add initial doc
0b10249 add build config value to .readthedocs.yaml
3893216 fix VERSION and VERSION_SHORT import
9ef2a84 replace black by ruff formatter
40eac36 fix imports sort
6c67325 fix format
b3ca742 update ruff per-file-ignores
6cbf1cb fix mypy types
8ec9ed9 update cache github action version
48f73e4 update setup-python github action version
a1df730 add initial structure, modules and tests
976a344 Initial commit