Skip to content

Releases: compas-dev/compas_invocations2

v1.1.2

15 Jun 08:05
v1.1.2
d8476d2

Choose a tag to compare

Added

Changed

  • Removed extra line break from prepare changelog template.
  • Prevented adding several unreleased sections to changelog.

Removed

v1.1.1

04 Jun 15:40

Choose a tag to compare

Added

Changed

  • build-cpython-ghuser-components now runs the componentizer as a direct subprocess (using sys.executable) instead of through a shell, and on macOS forces the Mono runtime and adds the Homebrew library directories to DYLD_LIBRARY_PATH. This makes the task work on macOS (and Linux) without Rhino/Windows — previously the embedded Mono could not find libgdiplus to embed component icons, and macOS SIP stripped DYLD_* across the shell ctx.run used.

Removed

v1.1.0

01 Apr 13:25
v1.1.0
69ea16c

Choose a tag to compare

Added

  • Added support for bumping to pre-release and release candidate versions with release task.

Changed

Removed

v1.0.2

17 Mar 17:30

Choose a tag to compare

Added

Changed

Removed

v1.0.1

17 Mar 16:46

Choose a tag to compare

Added

Changed

Removed

v1.0.0

17 Mar 16:40

Choose a tag to compare

Added

  • Added support for Mkdocs documentation generation, using mkdocs.docs task. (Mkdocs is an optional dependency at the moment, but may become a required dependency in the future).
  • Added support for pruning old documentation versions with mkdocs.prune task.

Changed

Removed

v0.7.0

12 Nov 10:39
v0.7.0
2e574b3

Choose a tag to compare

Added

  • Added new task stub pre-build to optionally allow for pre-build steps.

Changed

  • --dev flag now also adds the package requirements to the header as #r entries.

Removed

v0.6.0

15 Oct 11:29
e049fb4

Choose a tag to compare

Added

  • Added flag dev to update-gh-header.
  • Added argument venv to update-gh-header.
  • Added argument envs to update-gh-header.

Changed

Removed

v0.5.0

17 Sep 10:11
abeb24f

Choose a tag to compare

Added

  • Added task update-gh-header to grasshopper tasks.

Changed

Removed

v0.4.0

29 Aug 11:46

Choose a tag to compare

Added

Changed

Removed

  • Removed black from style.lint and style.format.