Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Oct 12, 2023
1 parent df98bfb commit c6f452c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2023-10-12 0.24.0
=================

- Fixed an issue that prevented ``cr8 run-crate path/to/source`` from working
if used as part of ``git bisect run``.

- Added handling for maven as build system when using ``cr8 run-crate`` with a
source path or ``branch:<name>``.

- Changed ``cr8 insert-from-sql`` to quote the column names used in the insert
statements to make them case sensitive.


2023-07-10 0.23.0
=================

Expand Down

0 comments on commit c6f452c

Please sign in to comment.