Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.3.7

  • add ActionItem.id = auto-generated snowflake id
  • make name optionall, defaulting to __class__.__name__

v0.3.5

  • improve typehinting

v0.3.4

  • consolidate config to pyproject.toml

v0.3.2

  • remove click dependency
  • change method to private: _start_children_parallel()

v0.3.1

  • set package status to beta

v0.3.0

  • add start_children_parallel() method
  • fix typehinting
  • include "coffee maker" example
  • update README

v0.2.0

  • add state transition checks

v0.1.0

  • move code from roxbot to this repo.