Skip to content

Releases: cnpryer/huak

Huak v0.0.19

12 May 01:17
bef0085
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.18...v0.0.19

Huak v0.0.18

06 Apr 21:35
635fb62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18

Huak v0.0.17

02 Apr 23:28
704b34f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

Huak v0.0.16

30 Mar 21:35
9eea997
Compare
Choose a tag to compare

What's Changed

  • Allow name@version for exact versions in add command by @cnpryer in #543
  • Add valid_python_interpreter_file_name assertion to find_python test by @cnpryer in #544
  • Pass trailing arguments to pip in remove command by @cnpryer in #546
  • Don't run cargo test in pre-commit by @cnpryer in #548
  • Add .gitignore to project initialization by @cnpryer in #547
  • Add basic update command by @cnpryer in #550
  • Only remove dependencies listed in the pyproject.toml by @cnpryer in #551
  • Resolve venv only if there are dependencies to install by @cnpryer in #552
  • Add limited activate command by @cnpryer in #553
  • Make completion a top-level subcommand by @cnpryer in #554
  • Add basic python command by @cnpryer in #555
  • Bump to v0.0.16 by @cnpryer in #557
  • Update python command description by @cnpryer in #558

Full Changelog: v0.0.15...v0.0.16

Huak v0.0.15

29 Mar 17:47
65135f7
Compare
Choose a tag to compare

What's Changed

  • Fix python_paths on unix by @cnpryer in #530
  • Fix adding optional dependencies to toml by @cnpryer in #532
  • Don't allow --group all in remove command by @cnpryer in #533
  • Allow listing redundent dependencies in pyproject.toml by @cnpryer in #535
  • Attempt to parse version from python interpreter on windows by @cnpryer in #538
  • Install and uninstall multiple packages together by @cnpryer in #540
  • Add tool table and enable toml's preserve_order feature by @cnpryer in #529
  • Bump to v0.0.15 by @cnpryer in #541

Full Changelog: v0.0.14...v0.0.15

Huak v0.0.14

29 Mar 05:58
b632407
Compare
Choose a tag to compare

Fixes error: a python interpreter could not be found on Windows.

What's Changed

Full Changelog: v0.0.13...v0.0.14

Huak v0.0.13

28 Mar 23:28
b622298
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

Huak v0.0.12

28 Mar 01:54
01e20ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

Huak v0.0.11

26 Mar 18:40
841b918
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

Huak v0.0.10

26 Mar 02:28
452f2e3
Compare
Choose a tag to compare

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