diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9319bedf..8669088d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Improve testing of contracts + hash: 072ab7219d03952ed3c42cbd78eb397afdac4e97 + body: | + - Migrates contracts to typescript + - Parallelizes scanning of folders and loading contracts + - Adds validation for internal consistency of the contract universe + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + - subject: Remove unused sw.os-image contracts + hash: 2903ca430d32ba59fc662ed2a646fcb2aac6e6a0 + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + version: 2.0.128 + title: "" + date: 2025-02-05T10:59:52.343Z - commits: - subject: Mark alpine 3.21 as the default alpine version hash: 0b465e81526a82aa749e5360ee16c973771d6d75 diff --git a/CHANGELOG.md b/CHANGELOG.md index 276d86d7..39858c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ * Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen] * Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen] +# v2.0.128 +## (2025-02-05) + +* Improve testing of contracts [Felipe Lalanne] +* Remove unused sw.os-image contracts [Felipe Lalanne] + # v2.0.127 ## (2025-01-28) diff --git a/package.json b/package.json index 5f886521..9252d506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.127", + "version": "2.0.128", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -31,6 +31,6 @@ "typescript": "^5.7.2" }, "versionist": { - "publishedAt": "2025-01-28T17:12:51.985Z" + "publishedAt": "2025-02-05T10:59:52.850Z" } }