-
semantic-release-bot authored
## [3.0.1](https://gitlab.com/to-be-continuous/python/compare/3.0.0...3.0.1) (2021-12-10) ### Bug Fixes * preserve explicit project dependencies versions when installing tools ([c0c94647](https://gitlab.com/to-be-continuous/python/commit/c0c9464782c71f1fa67d3ddb14ae437b17228a06))
semantic-release-bot authored## [3.0.1](https://gitlab.com/to-be-continuous/python/compare/3.0.0...3.0.1) (2021-12-10) ### Bug Fixes * preserve explicit project dependencies versions when installing tools ([c0c94647](https://gitlab.com/to-be-continuous/python/commit/c0c9464782c71f1fa67d3ddb14ae437b17228a06))
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 4.17 KiB
3.0.1 (2021-12-10)
Bug Fixes
- preserve explicit project dependencies versions when installing tools (c0c9464)
3.0.0 (2021-11-20)
Features
- fully integration of poetry (f0406de)
refacto
- py-doc: remove Python doc build (10a8150)
BREAKING CHANGES
-
py-doc: doc job removed
this job has to been rewritten :
- it is in a wrong stage
- needs an other tool (make)
- generated doc is not publish anywhere
- no ability to choise doc generation tool
in to-be-continuous, there is mkdocs template which is able to generate python doc too
Conflicts:
templates/gitlab-ci-python.yml
2.2.0 (2021-11-15)
Features
- move packaging to a separate stage (945fc8a)
2.1.1 (2021-11-09)
Bug Fixes
- Use PIP_OPTS for setup.py based install (3ea29e6)