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.
- Changed from greater than operator to bitwise right shift in order to allow contexto operations.
- Fixed some bugs regarding PyPi integration.
- Integrated with PyPi and tested the deployment.
- Created basic project docs (
README
,CONTRIBUTING
,LICENSE
andCHANGELOG
). - Installed basic project testing frameworks (
behave
andpytest
). - Created the project folder architecture.
- Developed the State domain.
- Developed the Context domain.
- Developed the Chain domain.
- Developed the entrypoint.