BobBuildTool Bob Versions Save

Bob build tool - Functional cross platform build-automation tool

v0.20.0

2 years ago

Release notes can be found here in the documentation. Install via pip install BobBuildTool==0.20.0 or download the pre-built x86_64 Linux Wheels from PyPI.

v0.20.0-rc1

2 years ago

Install with pip3 install BobBuildTool==0.20.0rc1. Release notes can be found here in the documentation.

v0.19.2

2 years ago

Bugfix release in the 0.19 series. The following bugs were fixed since 0.19.1:

  • #412 - Improve pwsh 5 compatibility
  • #416 - Fix crash on MSYS2 with Python 3.9

v0.19.1

3 years ago

Bugfix release in the 0.19 series. The following bugs were fixed since 0.19.0:

  • #408 - pip install fails because of sphinx 4.0.0b1
  • #410 - Handling of non-relocatable packages is broken in bob v0.19.0

v0.19.0

3 years ago

Release notes can be found here in the documentation. Install via pip install BobBuildTool==0.19.0 or download the pre-built x86_64 Linux Wheels from PyPI.

v0.19.0-rc1

3 years ago

Install with pip3 install BobBuildTool==0.19.0rc1. Release notes can be found here in the documentation.

v0.18.1

3 years ago

Bugfix release in the 0.18 series. The following bugs were fixed since 0.18.0:

  • #374 - Document the required git version of the 0.18 train
  • #375 - Fix handling of git modules with empty .gitmodules file

v0.18.0

3 years ago

Release notes can be found here in the documentation. Install via pip install BobBuildTool==0.18.0 or download the pre-built x86_64 Linux Wheels from PyPI.

v0.18.0-rc1

3 years ago

Install with pip3 install BobBuildTool==0.18.0rc1. Release notes can be found here in the documentation.

v0.17.2

3 years ago

Bugfix release in the 0.17 series. The following bugs were fixed:

  • df8994d3 - Fix potentially false package calculation When defining tools or sandboxes that are built identically but differ in some of the provided attributes (environment, fingerprintScript, paths, ...) Bob could get confused internally and build wrong packages.
  • #355 - called SCMs were not getting the checkoutVars environment as expected