Skip to content

Huak v0.0.10

Compare
Choose a tag to compare
@cnpryer cnpryer released this 26 Mar 02:28
· 257 commits to master since this release
452f2e3

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 use Verbosity::Quiet)
    • Adds basic VirtualEnvironmentConfig
    • Adds Terminal abstraction
    • Improves Python discovery
    • Ditches the command-per-module project layout
    • More idiomatic Rust
    • Improves Project and VirutalEnvironment abstractions
    • Now uses OperationConfig for public ops functions
    • Adds --quiet
    • Exits with code from underlying process if non-zero
  • Bump to v0.0.10 by @cnpryer in #488

Full Changelog: v0.0.10-alpha.7...v0.0.10