Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

54 lines (47 loc) · 1.23 KB

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.0.1-alpha.3 - 2022-03-23

Notes

  • Replaced 0.0.1-alpha.2

0.0.1-alpha.2 - Not Released

Notes

RELEASE ABORTED due to PyPi issues

  • Requires
    • Click >= 8.0.4
    • Pyntel4004 >= 0.0.1-beta.5
    • toml >= 0.10.2

Added

  • --labels option to Disassembler
  • --type option to Assembler
  • --config option to all commands to override from the configuration file
  • Updated documentation to include new usage instructions

Changed

Deprecated

Fixed

Removed

Security

0.0.1-alpha.1 - 2022-03-04

Notes

  • Initial release

Added

Changed

Deprecated

  • Commands for running the assembler, disassembler and executer are now deprecated from Pyntel4004. They are replaced by this package. Note that Pyntel4004 has to be installed for this package to work.: pip install Pyntel4004

Fixed

Removed

Security