Skip to content

Huak v0.0.16

Compare
Choose a tag to compare
@cnpryer cnpryer released this 30 Mar 21:35
· 205 commits to master since this release
9eea997

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