Skip to content

Commit

Permalink
Prepare release (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjr authored and mergify[bot] committed Jul 9, 2019
1 parent a8f9817 commit 8e1f0a7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.11
0.13.12
22 changes: 22 additions & 0 deletions docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ Release notes

This page contains release notes for the SDK.

.. _release-0-13-12:

0.13.12 - 2019-07-09
--------------------

DAML Assistant
~~~~~~~~~~~~~~
- Fix VSCode path for use if not already in PATH on mac.
- Kill child processes on ``SIGTERM``. This means that killing
``daml sandbox`` will also kill the sandbox process.

DAML-LF
~~~~~~~
- Fixed regression that produced an invalid daml-lf-archive artefact.
See `#2058 <https://github.com/digital-asset/daml/issues/2058>`__.

DAML Docs
~~~~~~~~~
- **BREAKING CHANGE** ``damlc docs`` now typechecks the source files before doc generation, to be able to use type information during doc generation. This may break existing doc builds.
- Added ``--package-name`` and ``--input-format`` flags to ``damlc docs``.


.. _release-0-13-11:

0.13.11 - 2019-07-08
Expand Down
7 changes: 0 additions & 7 deletions unreleased.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ This page contains release notes for the SDK.
HEAD — ongoing
--------------

- [daml assistant] Fix VSCode path for use if not already in PATH on mac
- [DAML-LF] Fixed regression that produced an invalid daml-lf-archive artefact. See `#2058 <https://github.com/digital-asset/daml/issues/2058>`__.
- [daml assistant] Kill child processes on ``SIGTERM``. This means that killing
``daml sandbox`` will also kill the sandbox process.

- [DAML Docs] **BREAKING CHANGE** ``damlc docs`` now typechecks the source files before doc generation, to be able to use type information during doc generation. This may break existing doc builds.
- [DAML Docs] Added ``--package-name`` and ``--input-format`` flags to ``damlc docs``.

0 comments on commit 8e1f0a7

Please sign in to comment.