Skip to content

Commit

Permalink
Prepare release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Feb 28, 2019
1 parent 8ddded7 commit cb37a31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2019-02-28 0.15.0
=================

- ``run-crate`` will now try to choose a different ``JAVA_HOME`` if the given
version of ``CrateDB`` can't be run with the default ``JAVA_HOME``. This
behavior can be disabled with ``--disable-java-magic``.
The behavior of the ``CrateNode`` API is unchanged and by default won't try
to change the ``JAVA_HOME``.

- ``run-crate`` will now avoid re-building branches from source if there aren't
any new commits.

2019-02-14 0.14.2
=================

Expand Down

0 comments on commit cb37a31

Please sign in to comment.