Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 855 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 855 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.

[Unreleased]

Fixed

  • Changed from greater than operator to bitwise right shift in order to allow contexto operations.

1.0.2

Fixed

  • Fixed some bugs regarding PyPi integration.

1.0.1

Fixed

  • Integrated with PyPi and tested the deployment.

1.0.0

Added

  • Created basic project docs (README, CONTRIBUTING, LICENSE and CHANGELOG).
  • Installed basic project testing frameworks (behave and pytest).
  • Created the project folder architecture.
  • Developed the State domain.
  • Developed the Context domain.
  • Developed the Chain domain.
  • Developed the entrypoint.