From 3294e6a0a0b1a21c6c4c0e3e9ea897831f3fab53 Mon Sep 17 00:00:00 2001 From: Crt Mori Date: Tue, 21 Oct 2025 08:30:13 +0200 Subject: [PATCH 1/2] Update PlatformIO Unity version from 2.6.0 to 2.6.1 Probably we would need to find some good way to update this dynamically when generating the zip package? --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 839b5abd..be01bfc1 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ { "name": "Unity", - "version": "2.6.0", + "version": "2.6.1", "keywords": "unit-testing, testing, tdd, testing-framework", "description": "Simple Unit Testing for C", "homepage": "http://www.throwtheswitch.org/unity", From 4b6527f599fad56a5de7ab310eff57cb994de62b Mon Sep 17 00:00:00 2001 From: Crt Mori Date: Tue, 21 Oct 2025 18:29:41 +0200 Subject: [PATCH 2/2] Use next version After this merge the release should be made with this version. --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index be01bfc1..4c99551a 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ { "name": "Unity", - "version": "2.6.1", + "version": "2.6.2", "keywords": "unit-testing, testing, tdd, testing-framework", "description": "Simple Unit Testing for C", "homepage": "http://www.throwtheswitch.org/unity",