Skip to content

Releases: gpongelli/python-active-versions

1.19.0

Choose a tag to compare

@gpongelli gpongelli released this 25 Jul 09:00
1.19.0
aaeb9db

1.19.0 (2024-07-25)

Feat

  • convert data to json before joining

1.18.0

Choose a tag to compare

@gpongelli gpongelli released this 15 Jul 10:21
1.18.0
2a53ce0

1.18.0 (2024-07-15)

Feat

  • add dive tool
  • trivy on github action
  • trivy on local run
  • trivy config file and cache folder

Fix

  • github permission and action
  • load docker build to docker images
  • pass package version from pyproject
  • github action sha and join authors

1.17.2

Choose a tag to compare

@gpongelli gpongelli released this 11 Jul 13:00
1.17.2
8d8dbcf

1.17.2 (2024-07-11)

Fix

  • poetry lock on github action to avoid error

1.15.0

Choose a tag to compare

@gpongelli gpongelli released this 26 Jun 11:15
1.15.0
738e35c

1.15.0 (2024-06-26)

Feat

  • reuse for cache's sqlite file
  • use cache for requests call

Fix

  • tests
  • lint errors
  • avoid clas between python and docker base OS version
  • search into subfolders for reuse tool

1.14.1

Choose a tag to compare

@gpongelli gpongelli released this 01 May 21:19
1.14.1
dcbbad1

1.14.1 (2024-05-01)

Fix

  • remove unused import

1.14.0

Choose a tag to compare

@gpongelli gpongelli released this 01 May 21:10
1.14.0
512e492

1.14.0 (2024-05-01)

Feat

  • align init.py with pyproject.toml during dev and not in built package
  • remove pyproject needs in built package

Fix

  • run isort and black
  • call same commands in CI/CD
  • use rtoml that does not need gcc and g++
  • docker image tag for local build

1.13.2

Choose a tag to compare

@gpongelli gpongelli released this 01 May 21:09
1.13.2
f020af4

1.13.2 (2024-05-01)

Fix

  • docker image link

1.13.1

Choose a tag to compare

@gpongelli gpongelli released this 01 May 17:15
1.13.1
9bde1ce

1.13.1 (2024-05-01)

Fix

  • github pages write permission

1.12.0

Choose a tag to compare

@gpongelli gpongelli released this 01 May 16:26
1.12.0
65023cd

1.12.0 (2024-05-01)

Feat

  • license update
  • new workflow to test container build
  • pass tag as PKG_VERSION to docker image
  • new nox session to build container

Fix

  • missing package to build pytomlpp into container

1.11.0

Choose a tag to compare

@gpongelli gpongelli released this 30 Apr 13:42
1.11.0
8e3b29c

1.11.0 (2024-04-30)

Feat

  • use pytomlpp that's supported in python<3.11
  • remove python 3.7, older version supports it
  • remove tox in favor of nox

Fix

  • nox github command
  • ensure pip for py3.12 and update actions
  • python3.12 fixing call
  • revert change to avoid stream closed