Releases: real-yfprojects/sphinx-polyversion
Releases · real-yfprojects/sphinx-polyversion
2.0.0
What's Changed
Breaking Changes 📢
- Enable pip by default in VenvWrapper by @vpratz in #34
- Only copy files not ignored by git for local build by @vpratz in #31
New Features 💡
- Make
closest_tagmore stable. by @real-yfprojects in #40 - Implement driver for use with
setuptools-scm. by @real-yfprojects in #42
Patches 🩹
Documentation 📝
- branches and tags are swapped in guide by @tzcnt in #36
- Docs: Introduce sphinx-codeautolink by @real-yfprojects in #37
New Contributors
Full Changelog: 1.1.0...2.0.0
1.1.0
Thanks to @vpratz for his valuable contributions!
Major
- Allow nested templates for root by @vpratz in #13
- Allow running builds sequentially by @vpratz in #14
- Allow passing additional environment variables to venv by @vpratz in #19
- Add option to use temporary venv to Pip by @vpratz in #20
Minor
- Fix passing a dict for
builder. by @real-yfprojects in #28 - Add API doc. Use autosummary to generate docs for each module. by @vpratz in #23
- [docs] List a few alternative projects by @real-yfprojects in #10
- [docs] Branch to get started on by @real-yfprojects in #12
- [docs] Fix redirect text in index.html by @real-yfprojects in #18
- Throw error when trying to activate non-existing venv by @vpratz in #22
- Update dev deps by @real-yfprojects in #24
New Contributors
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- Fix some bugs.
- [chore] Fix #2. by @real-yfprojects in #3
- [chore] Update dependencies and fix new complains. by @real-yfprojects in #4
- [docs] Add code commentary to poetry venv creation. by @real-yfprojects in #8
- [tests] Write tests and achieve a coverage of 70% by @real-yfprojects in #9
Full Changelog: 0.5.0...1.0.0
0.5.0
This initial release contains all the main features but only some use cases are actually tested and confirmed to be working. Bug reports are welcomed as well as help with writing the missing unit and integration tests.