Skip to content

Releases: ncatelli/mainspring

v1.0.0

02 Feb 21:51
Compare
Choose a tag to compare

1.0.0 (2024-02-02)

Bug Fixes

  • address clippy lints (2ae0987)

  • update isa-mos6502 to include parcel feature (5d5a549)

  • refactor(chip8)!: remove Cls Parser implementation (5fc31dd)

  • feat(mos6502)!: replace parcel with bit_decoder (9f49340)

Features

  • chip8: replace parcel with bit decoder (832e04e)

BREAKING CHANGES

  • chip8: Calls to OpcodeVariantParser.parse will no longer be available.
  • Unable to make Cls.parse calls with [u8]s.
  • Removes VariantParser and parcel::Parse implementation.

v0.2.2

24 Aug 16:11
Compare
Choose a tag to compare

0.2.2 (2023-08-24)

Bug Fixes

  • address additional clippy lints (7c1459d)
  • address clippy lints (b7a81f7)
  • correct Cargo.toml version (19900fa)