2024.2.0 #477
blakeNaccarato
announced in
Announcements
2024.2.0
#477
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release stabilizes the core mechanics of the template, including environment setup and synchronization, CI/CD workflows, documentation and tests, and more. The template now wraps
uv
in./dev.ps1
wrapsuv
Changes
uv
project with workspace layout and lockfilespre-commit
Invoke-Uv.ps1
andiuv
alias which wrapsuv run
, but also syncs submodules, environment variables, ensures pre-commit hooks are installedInvoke-Uv.ps1
also work correctly in CI, invoking--locked
and--frozen
when appropriate and generating artifacts for inspecting the packages installed in CI runspyproject.toml
by automatically re-locking withuv
main
has push protectionuv
's Python executable management to avoid having to install itsubmodules/typings
(8579ca8c)exact
andwinget
source, and run winget silently for safter Windows machine initialization.This discussion was created from the release 2024.2.0.
Beta Was this translation helpful? Give feedback.
All reactions