Skip to content

Releases: mbarbin/crs

0.0.20250620

20 Jun 14:37
899df8e
Compare
Choose a tag to compare

CHANGES:

Added

  • Support for filtering CRs types in emacs cr-grep-mode (#31, @mbarbin).
  • Add filtering flags to crs grep (--soon, --xcrs, etc.) (#30, @mbarbin).

Changed

  • Migrate from Textutils.Ascii_table to PrintBox to reduce dependencies (#28, @mbarbin).

Removed

  • No longer depend on textutils and transitively core_unix (#28, @mbarbin).

0.0.20250618

18 Jun 23:02
039e1a6
Compare
Choose a tag to compare

CHANGES:

Added

Changed

  • Include locations in the output of crs grep --sexp (#24, @mbarbin).
  • Reduce dependencies and replace re2 by ocaml-re (#17, @mbarbin).
  • Reduce dependencies and replace shexp by spawn (#16, @mbarbin).
  • Make crs grep output in a pager when able (#16, @mbarbin).

Fixed

  • Fix position mismatch in tests shown by ocaml-ci (#23, @mbarbin).
  • Disable failing build with 5.4 alpha release (#19, @mbarbin).
  • Adapt grep implementation for portability to MacOS (#19, @mbarbin).

Removed

0.0.20250605

05 Jun 20:38
ed9be99
Compare
Choose a tag to compare

CHANGES:

Added

  • Add support for Mercurial repos in the CLI via volgo-hg-unix (#15, @mbarbin).

Changed

0.0.20250515

15 May 07:51
337d6ad
Compare
Choose a tag to compare

CHANGES:

Added

  • Create a crs grep mode for Emacs to be shipped with the main opam pkg (#13, @mbarbin).
  • Improve tests coverage (#8, #11, @mbarbin).
  • New flag crs grep --summary to display information as summary tables (#8, @mbarbin).

Changed

Fixed

  • Fix reindentation when printing CRs (#11, @mbarbin).
  • Dispose of Shexp_process.Context in crs parser (6a584f, @mbarbin).

Removed

  • Remove support for 'v' separator in CR comment (#11, @mbarbin).

0.0.20250414

14 Apr 12:25
0bbe901
Compare
Choose a tag to compare

CHANGES:

This very early draft release is intended for publication to my custom opam-repository. It allows for initial experimentation and ensures that the release cycle and distribution process are functioning correctly.

Added

  • Initialize documentation.
  • Initialize project.