Skip to content

Commit

Permalink
Release 0.13.34 (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyhaemmerle-da authored Nov 7, 2019
1 parent ee0fa36 commit fa6b339
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.33
0.13.34
27 changes: 26 additions & 1 deletion docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,32 @@ Release notes

This page contains release notes for the SDK.

.. _release-0-13-33:
.. _release-0-13-34:

0.13.34 - 2019-11-07
--------------------

DAML-LF - Internal
~~~~~~~~~~~~~~~~~~

- Freeze DAML-LF 1.7. Summary of changes (See DAML-LF specification for more details.):
+ Add support for parametrically scaled Numeric type.
+ Drop support of Decimal in favor or Numerics.
+ Add interning of strings and names. This reduces drastically dar file size.
+ Add support for 'Any' type.
+ Add support for type representation values.

- Add immutable bintray/maven packages for handling DAML-LF archive up to version 1.7:
+ `com.digitalasset.daml-lf-1.7-archive-proto`

This package contains the archive protobuf definitions as they
were introduced when 1.7 was frozen. These definitions can be
used to read DAML-LF archives up to version 1.7.

DAML Triggers
~~~~~~~~~~~~~
- Triggers must now be compiled with ``daml build --target 1.7`` instead of ``1.dev``.


0.13.33 - 2019-11-06
--------------------
Expand Down
14 changes: 0 additions & 14 deletions unreleased.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,3 @@ This page contains release notes for the SDK.
HEAD — ongoing
--------------

- [DAML-LF] Freeze DAML-LF 1.7. Summary of changes (See DAML-LF specification for more details.):
* Add support for parametrically scaled Numeric type.
* Drop support of Decimal in favor or Numerics.
* Add interning of strings and names. This reduces drastically dar file size.
* Add support for 'Any' type.
* Add support for type representation values.
- [DAML-LF] Add immutable bintray/maven packages for handling DAML-LF archive up to version 1.7:
+ `com.digitalasset.daml-lf-1.7-archive-proto`

This package contains the archive protobuf definitions as they
were introduced when 1.7 was frozen. These definitions can be
used to read DAML-LF archives up to version 1.7.
- [DAML Triggers] Triggers must now be compiled with ``daml build --target 1.7`` instead of ``1.dev``.

0 comments on commit fa6b339

Please sign in to comment.