From 8e1f0a75cb4bb80c64811d16e66240ba7261ad3f Mon Sep 17 00:00:00 2001 From: Rohan Jacob-Rao Date: Tue, 9 Jul 2019 12:34:48 -0400 Subject: [PATCH] Prepare release (#2074) --- VERSION | 2 +- docs/source/support/release-notes.rst | 22 ++++++++++++++++++++++ unreleased.rst | 7 ------- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index ec2a90e94a1f..88b6cf36c279 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.11 +0.13.12 diff --git a/docs/source/support/release-notes.rst b/docs/source/support/release-notes.rst index 70cdda505427..89fd0cda9619 100644 --- a/docs/source/support/release-notes.rst +++ b/docs/source/support/release-notes.rst @@ -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 `__. + +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 diff --git a/unreleased.rst b/unreleased.rst index eb4a1a42af43..e677ea3a0adc 100644 --- a/unreleased.rst +++ b/unreleased.rst @@ -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 `__. -- [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``.