v0.5.0 #270
ifd3f
announced in
Announcements
v0.5.0
#270
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This v0.5.0 version bump release constitutes a very large refactor of 3000 or so lines. We've improved reliability and error handling significantly, and the refactors lay the groundwork for more features in upcoming release versions.
This release has been thoroughly tested, and we recommend upgrading for the improved error handling and bug fixes.
Features
Bug fixes
nix-shell#213: Fixed issue where running it innix-shellbroke. In fact, it's now completely impossible for this entire class of "socket path too long" issue to occur, because we've stopped using sockets entirely!Internal improvements
These are nitty-gritty technical things that you probably won't care about or won't see, but they're at least worth a mention if you're curious about these things. Don't worry, this is all building up to something cool.
Resultanymore, because it handles everything* gracefully! How cool is that?anyhowfor everything that happens after the wizard. And yes, I will get rid of it from the wizard as well. (For non-Rust devs, this basically means we're becoming much more rigorous about error handling.)cargo-macheteCI job to identify unused dependencies #229). Thanks @sermuns!*Okay, it doesn't actually handle everything. It does panic when your terminal stops accepting writes. But at that point, that's a you problem, not a me problem.
New Contributors
Full Changelog: v0.4.11...v0.5.0
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions