Releases: compas-dev/compas_invocations2
Releases · compas-dev/compas_invocations2
v1.1.2
v1.1.1
Added
Changed
build-cpython-ghuser-componentsnow runs the componentizer as a direct subprocess (usingsys.executable) instead of through a shell, and on macOS forces the Mono runtime and adds the Homebrew library directories toDYLD_LIBRARY_PATH. This makes the task work on macOS (and Linux) without Rhino/Windows — previously the embedded Mono could not findlibgdiplusto embed component icons, and macOS SIP strippedDYLD_*across the shellctx.runused.
Removed
v1.1.0
Added
- Added support for bumping to pre-release and release candidate versions with
releasetask.
Changed
Removed
v1.0.2
Added
Changed
Removed
v1.0.1
Added
Changed
Removed
v1.0.0
Added
- Added support for
Mkdocsdocumentation generation, usingmkdocs.docstask. (Mkdocsis an optional dependency at the moment, but may become a required dependency in the future). - Added support for pruning old documentation versions with
mkdocs.prunetask.
Changed
Removed
v0.7.0
Added
- Added new task stub
pre-buildto optionally allow for pre-build steps.
Changed
--devflag now also adds the package requirements to the header as#rentries.
Removed
v0.6.0
Added
- Added flag
devtoupdate-gh-header. - Added argument
venvtoupdate-gh-header. - Added argument
envstoupdate-gh-header.
Changed
Removed
v0.5.0
Added
- Added task
update-gh-headertograsshoppertasks.
Changed
Removed
v0.4.0
Added
Changed
Removed
- Removed
blackfromstyle.lintandstyle.format.