Huak v0.0.10
What's Changed
- Bump clap_complete from 4.1.1 to 4.1.3 by @dependabot in #476
- Bump clap from 4.1.4 to 4.1.6 by @dependabot in #474
- Bump openssl from 0.10.42 to 0.10.45 by @dependabot in #472
- Bump serde_json from 1.0.91 to 1.0.93 by @dependabot in #471
- Bump clap from 4.1.6 to 4.1.8 by @dependabot in #477
- Rewrite by @cnpryer in #483
- Temporarily yanks
huak activate
(see #486) huak add
will add dependencies without version specifiers- Adds cli arg pass-through (closes #467)
- Removes
HUAK_MUTE_COMMAND
(tests now useVerbosity::Quiet
) - Adds basic
VirtualEnvironmentConfig
- Adds
Terminal
abstraction - Improves Python discovery
- Ditches the command-per-module project layout
- More idiomatic Rust
- Improves
Project
andVirutalEnvironment
abstractions - Now uses
OperationConfig
for publicops
functions - Adds
--quiet
- Exits with code from underlying process if non-zero
- Temporarily yanks
- Bump to v0.0.10 by @cnpryer in #488
Full Changelog: v0.0.10-alpha.7...v0.0.10