From 8f88141d2fe51bf2d90379a8fb06e72e8d1691d0 Mon Sep 17 00:00:00 2001 From: GroM Date: Wed, 19 Jun 2024 15:47:14 +0200 Subject: [PATCH 1/2] Update speculos to 0.9.2 in dev-tools container --- CHANGELOG.md | 5 +++++ dev-tools/Dockerfile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e884dc4..654e246 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.25.2] - 2024-06-19 + +### Changed + - Bump Speculos version + ## [3.25.1] - 2024-06-14 ### Changed diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 5e92820..486bab1 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -20,4 +20,4 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev,py3-virtualenv RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ') # Install test tools (Ragger framework, Speculos emulator, Ledgerblue...) -RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.19.0" "speculos==0.9.1" +RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.19.0" "speculos==0.9.2" From c9d52c7b5ab75ad3f3a8d4b45c4a0044a3804d9a Mon Sep 17 00:00:00 2001 From: GroM Date: Wed, 19 Jun 2024 15:50:40 +0200 Subject: [PATCH 2/2] Bump Ragger version --- CHANGELOG.md | 2 +- dev-tools/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654e246..2548a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.25.2] - 2024-06-19 ### Changed - - Bump Speculos version + - Bump Speculos and Ragger versions ## [3.25.1] - 2024-06-14 diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 486bab1..a38dd28 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -20,4 +20,4 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev,py3-virtualenv RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ') # Install test tools (Ragger framework, Speculos emulator, Ledgerblue...) -RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.19.0" "speculos==0.9.2" +RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.20.0" "speculos==0.9.2"