github jetify-com/devbox 0.13.1

10 hours ago

What's new in this release

This hotfix fixes the following bugs in the 0.13.0 release:

  • Fixed an error with Python autopatching that could occur on macOS
  • Devbox can now handle paths that contain whitespace
  • Fixed a search error when installing Rust

Additionally, this release adds the following new features:

  • print-dev-env now has a --impure flag set, which allows flakes to receive environment variables. This feature is behind a feature flag, and can be enabled with IMPURE_PRINT_DEV_ENV=1.
  • devbox ls now prints the version strings of the packages installed in your project

Changelog

  • ac07204 internal/devbox: handle whitespace in paths (#2292)
  • f8f5511 patchpkg: don't error on missing store refs (#2293)
  • 6021de4 [search] Fix bad error when installing "rust" (#2284)
  • c314509 Aadd --impure flag when calling print-dev-env (#2279)
  • dd9d373 [sandboxes] devbox ls: print versions (#2277)
  • 6a89adb [easy][refactor] Move env var to owner package (#2282)

Don't miss a new devbox release

NewReleases is sending notifications on new releases.