Skip to content

v0.9.25

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 15:40
· 23 commits to main since this release
v0.9.25

This release includes fixes for running cog build on GitHub Actions, and improvements to the experience if you accidentally paste a Replicate API token (rather than a CLI auth token) into cog login.

This release also ensures that the correct version of cog is installed into the built image when using Cog base images (the default). (This bug wasn't actually fixed in this release, and is finally fixed in v0.11.2.)

Changelog

  • 15b5000 Add dotenv_if_exists to .envrc
  • be927af Don't accept Replicate API tokens for CLI login
  • cfa064a Install cog when using base images (#1973)
  • fcb3c3c Look up git metadata via GitHub env vars when available (#1974)
  • 574bdc7 direnv: use layout python to automatically use venv (#1970)