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#
0.2.1 - 2024-10-07#
Changed#
- Support Python 3.13.
0.2.0 - 2023-12-29#
Added#
hor
commandline shorthand forhikari_orchestrator
.hikari_orchestrator run
command for spawning a multiprocess bot from an entry function and basic config.
Changed#
- Renamed the
hikari_orchestrator
commandline command tohikari_orchestrator server
.
0.1.2 - 2023-12-29#
Added#
- Support for Python 3.12.
0.1.1 - 2023-07-30#
Fixed#
- The CLI entry point now loads the dotenv file when being called as a project script.
--private-key
now correctly pulls from the env variable"ORCHESTRATOR_PRIVATE_KEY"
.
0.1.0 - 2023-07-29#
Added#
- Initial implementation.