ANTS 3.0 (December 2025)#

This release is primarily driven by migration to GitHub. For a full list of changes see the 3.0 release milestone.

Important

The Contributor Licence Agreement (CLA) has been updated (PR #35). All contributors must re-sign the CLA, see ANTS: How to Contribute.

Features#

  • PR #27: Mule is now an optional dependency in ANTS.

  • PR #30: ants-launch now includes datetime stamps in log messages to aid debugging.

Bugs Fixed#

Incompatible Changes#

Infrastructure#

  • PR #37: Unit tests are run with GitHub Actions as part of continuous integration (CI).

  • PR #38: Documentation is built with GitHub Actions as part of continuous integration (CI).

  • PR #86: pre-commit hooks are now supported in ANTS.

  • PR #90: setuptools-scm is now used to set the version number automatically from git metadata.

Documentation#