0.0.2
Changelog
75820c2 Add docs
eee381f Add shell filter and adjust filter types to changed filter path
ad68289 Add support for new config type
6f9634c Added venv_path property to Profile.
cd426fb Improve regolith init command
ba2bb46 Merge branch 'main' of https://github.com/Bedrock-OSS/regolith
841871d Merge branch 'main' of https://github.com/Bedrock-OSS/regolith into main
a1e53eb Merge pull request #27 from Bedrock-OSS/venv_path_property
cf2b40f Merge remote-tracking branch 'origin/main'
0bc63ca Rebrand
ab17688 Removed always true condition from InstallDependency. RunProfile checks the requirements only once per filter type. Close #24. needsVenv additionally checks if requirements.txt is not a directory.
587c3b6 Renamed venv_path to venvPath. Removed debug messages about venv_path.
157ec36 RunProfile fix.
da44ac8 Updated config format to use camelCase. Close #26