v2.0.0
⚠ BREAKING CHANGES
- perf: migrate version manager commands to clean architecture
- perf: migrate environment manager project init command to clean architecture
Features
- feat: migrate list version from cli.py to clean architecture by @JuanDavidBuitrago in 7f78a21
- feat: code improve for list version command by @JuanDavidBuitrago in d0fac0d
- feat: migrate install command by @Alec4r in 0b1e088
- feat: migrate uninstall command by @Alec4r in bc11b68
- feat: migrate use command by @Alec4r in dc1d7d0
- feat: add limit arg to list versions command by @Alec4r in 135b021
- feat: migrate plugin commands by @JuanDavidBuitrago in e6c09d9
- feat: migrate project init command to a clean architecture by @JuanDavidBuitrago in 9110966
- feat: create project folder by @Alec4r in f52baee
- feat: make the coloring scheme much clear to list commands by @Alec4r in d5afbb7
- feat: add logger to explain why we need sudo permissions by @Alec4r in 934b01d
- feat: change tvm list limit by @Alec4r in 4839129
- feat: add virtualenvs binaries to the path by @Alec4r in b72cf67
Bug Fixes
- fix: solve issue in project plugin install by @Alec4r in 487c019
- fix: improve error message when version isn't installed by @Alec4r in ac360bb
- fix: solve tvm list issue by @Alec4r in 4a17fc2
- fix: module not found by @Henrrypg in f03b6f8
- fix: remove requests cache by @Alec4r in 76e2e9a
- fix: solve issue with names that contains hyphen and underscore by @Alec4r in 67bd9e2
- fix: cli uninstall tutor version and plugin help message by @dcoa in 7678801
- fix: pylint errors by @dcoa a554878
Test
- test: add test to tutor install version command by @Alec4r in db1d198
- test: add test to commands of tvm by @JuanDavidBuitrago in f4f9606
- test: add unit test for init command by @JuanDavidBuitrago in 70a7f18
Documentation
- docs: organize tvm documentation by @dcoa in 14d5e38
- docs: update bumpversion message by @Alec4r in 084f5a0
New Contributors
- @JuanDavidBuitrago made their first contribution in 7f78a21
- @dcoa made their first contribution in 14d5e38
Full Changelog: v1.0.0...v2.0.0