Skip to content

v1.1.1: Dynamic Version Flags and CI/CD Caching

Latest

Choose a tag to compare

@jgrn307 jgrn307 released this 29 May 21:47
· 7 commits to main since this release

Release Highlights

  • Dynamic Versioning: Configured package __init__.py to dynamically resolve __version__ using importlib.metadata, keeping package imports in perfect sync with Conda and Pip release tags.
  • CLI Version Option: Integrated dynamic Click version decorations so executing als-finder --version prints the exact installed SCM package release.
  • CI/CD Cache Optimization: Added GHA caching to the Docker publish workflow to prevent rebuilding massive base layers and speed up subsequent local pull times.