> ⚠️ Disclaimer: `huak` is entering its [Alpha phase](https://github.com/cnpryer/huak/milestones) and is still considered a proof-of-concept.
What's Changed
* Update README & lockfile by cnpryer in https://github.com/cnpryer/huak/pull/376
* Update lockfile by cnpryer in https://github.com/cnpryer/huak/pull/377
* Silently activate venv by cnpryer in https://github.com/cnpryer/huak/pull/378
* Bump toml_edit from 0.14.4 to 0.17.1 by dependabot in https://github.com/cnpryer/huak/pull/366
* Bump serde from 1.0.145 to 1.0.152 by dependabot in https://github.com/cnpryer/huak/pull/364
* Bump serde_json from 1.0.86 to 1.0.91 by dependabot in https://github.com/cnpryer/huak/pull/362
* Bump reqwest from 0.11.12 to 0.11.13 by dependabot in https://github.com/cnpryer/huak/pull/358
* Use src project structure by cnpryer in https://github.com/cnpryer/huak/pull/380
* Remove premature huak-py project by cnpryer in https://github.com/cnpryer/huak/pull/381
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/382
* Refactor venv usage pattern by cnpryer in https://github.com/cnpryer/huak/pull/383
* Bump clap_complete from 4.0.5 to 4.1.0 by dependabot in https://github.com/cnpryer/huak/pull/388
* Bump clap from 4.1.1 to 4.1.3 by dependabot in https://github.com/cnpryer/huak/pull/389
* Create venv from install command if none exists by cnpryer in https://github.com/cnpryer/huak/pull/390
* Clean up `package` and fix `uninlined_format_args` lint by cnpryer in https://github.com/cnpryer/huak/pull/392
* Rename PythonPackage::new to from_str_parts by cnpryer in https://github.com/cnpryer/huak/pull/393
* Use PythonPackage.name instead of .string() by cnpryer in https://github.com/cnpryer/huak/pull/396
* Rename PythonPackage::from to from_str by cnpryer in https://github.com/cnpryer/huak/pull/395
* Use pep440-rs v0.1.1 by cnpryer in https://github.com/cnpryer/huak/pull/391
* Clean up HuakErrors by cnpryer in https://github.com/cnpryer/huak/pull/398
* Improve dependency installation facilities and some refactors by cnpryer in https://github.com/cnpryer/huak/pull/400
* Improved project file dependency search for add command
* Improved version string management for add command
* Replace --dev from add command with --group
* Fixed install test
* Improved project bootstrapping method flow
* More primitive Toml struct
* Removed ProjectConfig struct
* Added ProjectFile struct
* Added Installer struct
* Renamed venv in function/method signatures to python_environment
* Mutation on ProjectFile clones managed by library operations
* Improved other command argument logic (parsing, application)
* Require explicit --group for remove and install commands
* Added --app and --lib to init command
* Renamed Project::from to from_directory
* Improved version string management for add command
* Replace --dev from add command with --group
* Fixed install test
* Improved project bootstrapping method flow
* More primitive Toml struct
* Removed ProjectConfig struct
* Added ProjectFile struct
* Added Installer struct
* Renamed venv in function/method signatures to python_environment
* Mutation on ProjectFile clones managed by library operations
* Improved other command argument logic (parsing, application)
* Require explicit --group for remove and install commands
* Added --app and --lib to init command
* Renamed Project::from to from_directory
* Rename Venv::from_path to from_directory and other improvements by cnpryer in https://github.com/cnpryer/huak/pull/401
* Add colored for error messages and add WrappedCommandError by cnpryer in https://github.com/cnpryer/huak/pull/403
* Updated error messages by cnpryer in https://github.com/cnpryer/huak/pull/404
* Bump to v0.0.9-alpha.1 by cnpryer in https://github.com/cnpryer/huak/pull/402
**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.8-alpha.2...v0.0.9-alpha.1