Releases: joakimwinum/bytecorecompiler
Releases · joakimwinum/bytecorecompiler
1.0.4
- Updated ByteCore Dependency: Upgraded the
bytecore
package from version 1.1.1 to 1.1.2. - Workflow Enhancements:
- Added a new GitHub Actions workflow for building, testing, and publishing the Python package, streamlining CI/CD processes.
- Opted to use PyPI's trusted publishing implementation with OpenID Connect (OIDC).
- Timezone Configuration: Set a valid timezone in the dependabot configuration to
Europe/Oslo
for accurate scheduling.
1.0.3
- Updated ByteCore Dependency: Upgraded the
bytecore
package from version 1.1.0 to 1.1.1. This update ensures thatbytecorecompiler
benefits from the latest enhancements and fixes in thebytecore
package, including the correction of zero flag behavior in the accumulator. This enhancement improves the accuracy and reliability of instruction execution.
1.0.2
- Clarified the rules for ByteCore assembly code in README
1.0.1
- Add and pin missing package dependency to ensure consistent functionality and prevent potential installation issues