Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 817 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 817 Bytes

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.

[0.1.0] - 2021-07-19

  • Initial release of mmic

[0.1.1] - 2021-10-01

  • (:pr:2) Converts get_version to classmethod in all blueprint components. Converts installed_comps and tactic_comps to classproperty in StrategyComponent.
  • (:pr:3) Replaces classmethod get_verion with classproperty version in all components. Removes abc methods from blueprint components. Changes input/output abstract classmethods to classproperties. Adds test routine for ProgramHarness.