π envd
supports uv
now! π
You can create a build.envd
file from the pre-defined template like: envd new -t uv
. Or write one like the following:
def build():
base(dev=True)
install.uv()
shell("fish")
What's Changed
- docs: updated CHANGELOG.md by @github-actions in #1972
- feat: support uv by @kemingy in #1990
- feat: add pre-defined envd template by @kemingy in #1991
- chore: bump dep version, check dep monthly by @kemingy in #1992
Full Changelog: v1.0.1...v1.1.0