Skip to content

Releases: mbarbin/bopkit

0.3.2

29 Sep 14:06
bcc8b80
Compare
Choose a tag to compare

CHANGES:

Changed

  • Upgrade to cmdlang.0.0.5.

0.3.1

07 Sep 13:48
b9673a0
Compare
Choose a tag to compare

CHANGES:

Changed

  • Upgrade to latest cmdlang.

0.3.0

23 Aug 21:04
7d681a3
Compare
Choose a tag to compare

CHANGES:

Changed

  • Switch from Error_log to Err for error handling.
  • Internal refactors, switch from Core to Base in assorted places.
  • Split main packages into separate smaller ones.
  • Switch to commandlang with cmdliner as a backend for all commands. Breaking changes:
    • Flags and named command line arguments now have 2 '--' instead of 1.
    • Exit code changes, using now cmdliner default conventions (123, 124, 125).

0.2.9

26 Jul 09:47
Compare
Choose a tag to compare

CHANGES:

Added

  • Added dependabot config for automatically upgrading action files.

Changed

  • Upgrade ppxlib to 0.33 - activate unused items warnings.
  • Upgrade ocaml to 5.2.
  • Upgrade dune to 3.16.
  • Upgrade base & co to 0.17.

0.2.8

05 May 13:53
Compare
Choose a tag to compare

CHANGES:

Removed

  • Moved visa-debugger into a standalone repo, with the goal of removing bogue from the bopkit's dependencies.

0.2.7

16 Mar 16:40
Compare
Choose a tag to compare

CHANGES:

Changed

  • Upgrade fpath-base to 0.0.9 (was renamed from fpath-extended).
  • Uses expect-test-helpers (reduce core dependencies).
  • Upgrade mdx to 2.4. Add skip to non-executable ocaml sections.
  • Run ppx_js_style as a linter & make it a dev dependency.
  • Upgrade GitHub workflows actions/checkout to v4.
  • In CI, specify build target @all, and add @lint.
  • List ppxs instead of ppx_jane.

0.2.6

14 Feb 17:07
Compare
Choose a tag to compare

CHANGES:

Changed

  • Upgrade dune to 3.14.
  • Build the doc with sherlodoc available to enable the doc search bar.
  • Clarify handling of deprecated aliases for primitives. Internal refactor only,
    no behavior change.

Fixed

  • Fixed behavior of the GOF instruction in the visa simulator.

0.2.5

09 Feb 10:47
Compare
Choose a tag to compare

CHANGES:

Changed

  • Internal changes related to the release process.
  • Upgrade dune and internal dependencies.

0.2.4

18 Jan 14:00
f322c83
Compare
Choose a tag to compare

CHANGES:

Changed

  • Internal changes related to build and release process.
  • Rename most file path variables from [filename] to [path] and switch from type
    [string] to [Fpath.t] (#7, @mbarbin).
  • Extract some libraries into their own packages to reuse in other projects:
    auto-format, error-log, loc, parsing-utils (#7, @mbarbin).

0.2.3

03 Nov 15:38
aedffbd
Compare
Choose a tag to compare

CHANGES:

Changed

  • Migrate Docusaurus config files to TypeScript.

Fixed

  • Fix bopkit -version. There are subtle differences between using
    public_name and (install (section bin)) which I do not understand yet, but
    using the latter disables dune-build-info.