From 35cc413c0ef232ba8246374a7bd146af0550358b Mon Sep 17 00:00:00 2001 From: GroM Date: Tue, 12 Nov 2024 12:13:49 +0100 Subject: [PATCH 1/2] Bump speculos version --- dev-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index e595aaf..c1a80b8 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -23,7 +23,7 @@ RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ') RUN apk add imagemagick grep # Install test tools (Ragger framework, Speculos emulator, Ledgerblue...) -RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.24.0" "speculos==0.10.0" +RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.24.0" "speculos==0.11.0" # Add the enforcer script ADD ./dev-tools/enforcer.sh /opt/enforcer.sh From 70e698b574d1dab34e4c47ba06e7be1f98e78e81 Mon Sep 17 00:00:00 2001 From: GroM Date: Tue, 12 Nov 2024 13:32:11 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7057bc5..9c8f70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.41.0] - 2024-11-12 + +### Changed + - Bump Speculos version + ## [3.40.0] - 2024-10-29 ### Fixed