From bebf7488c20950273e034b100df9d30316ea56db Mon Sep 17 00:00:00 2001 From: peektism Date: Mon, 18 May 2026 14:22:53 -0400 Subject: [PATCH] Bump SDK pin to 3.4.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit daml.yaml sdk-version 3.4.10 → 3.4.11. README requirements lines updated to match. DAR target (LF 2.1) is unchanged, so consumers built against 3.4.10 or 3.4.11 keep working. Verified 2026-05-18: dpm build clean, dpm test 4/4 ok on OpenJDK 21.0.11 / DPM SDK 3.4.11. PUBLIC_AUDITS.md is left at SDK 3.4.10 because that is the audit record from 2026-03-04 and reflects what was actually run. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 4 ++-- daml.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbf9213..02ffd62 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ dependencies: - path/to/daml-props/.daml/dist/daml-props-0.1.0.dar ``` -Requires DAML SDK 3.4.10 (target 2.1). Build with `dpm build`, test with `dpm test`. +Requires DAML SDK 3.4.11 (target 2.1). Build with `dpm build`, test with `dpm test`. ## Quick Start @@ -248,7 +248,7 @@ To use daml-props in your own test package: ## Requirements -- DAML SDK 3.4.10 (target: 2.1) +- DAML SDK 3.4.11 (target: 2.1) - Build tool: [`dpm`](https://github.com/OpenZeppelin/dpm) (not the deprecated `daml` CLI) - Dependencies: `daml-prim`, `daml-stdlib`, `daml-script` diff --git a/daml.yaml b/daml.yaml index 587e0c4..67d5c1c 100644 --- a/daml.yaml +++ b/daml.yaml @@ -1,4 +1,4 @@ -sdk-version: 3.4.10 +sdk-version: 3.4.11 name: daml-props source: daml version: 0.1.0