Skip to content

Latest commit

 

History

History
119 lines (79 loc) · 3.46 KB

CHANGELOG.rst

File metadata and controls

119 lines (79 loc) · 3.46 KB

Unreleased

See the fragment files in the changelog.d directory.

0.2.1 — 2024-12-05

Fixed

  • Fix Typer 0.14.0+ incompatibility when setting app name (reported by Rugved Somwanshi in :issue:`96`).

0.2.0 — 2024-11-14

Added

  • Setting versioned = True in a layer definition will now append a lock version number to the layer name that automatically increments each time the locked requirements change for that layer (layer@1, layer@2, etc). Refer to :ref:`layer-names` for details on when the versioned and unversioned layer names are used (implemented in :issue:`24`).
  • Added documentation for the :ref:`stack-specification-format` (part of :issue:`78`).
  • Added python_implementation to the published layer metadata (part of :issue:`78`).
  • Added bound_to_implementation to the published layer metadata (part of :issue:`78`).

Changed

Fixed

  • Post-installation scripts for layered environments now work correctly even when run with a Python installation other than the expected base runtime (resolved in :issue:`66`)

0.1.1 — 2024-11-01

Changed

  • Update docs URL to https://venvstacks.lmstudio.ai
  • Add OpenGraph metadata to docs landing page
  • Resolved several broken links in the documentation
  • Documentation is now marked as being unversioned (it is published directly from the main branch)

0.1.0 — 2024-10-31

Changed

  • Further documentation fixes and improvements

0.1.0rc1.post0 — 2024-10-30

Changed

  • Included project URLs in project metadata
  • Added installation instructions to README.md
  • Linked to main documentation from README.md
  • Improved the content split between the project overview page and the top level docs landing page

0.1.0rc1 — 2024-10-29

Added

  • Initial export of venvstacks from Project Amphibian.
  • Adopted scriv for CHANGELOG management.