Skip to content

Commit

Permalink
v2.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 29, 2023
1 parent b745b55 commit dd3614e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: "hw.device-type: Fix device type is_private flag for imx8mp-var-dart"
hash: 31176adf167c7f9754c0f7f01f92c759d12b8c2b
body: >
This was added by mistake as private when it is supposed to be a public
dt.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
signed-off-by: Florin Sarbu <florin@balena.io>
author: Florin Sarbu
version: 2.0.87
title: ""
date: 2023-12-29T14:04:58.033Z
- commits:
- subject: "hw.device-type: Add Variscite DART-MX8M-PLUS"
hash: dd4e9de9d010e49040adf8d9f4ce8a4d68c69cce
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen]
* Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen]

# v2.0.87
## (2023-12-29)

* hw.device-type: Fix device type is_private flag for imx8mp-var-dart [Florin Sarbu]

# v2.0.86
## (2023-12-28)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contracts",
"version": "2.0.86",
"version": "2.0.87",
"description": "Balena Base Contracts",
"repository": {
"type": "git",
Expand All @@ -21,6 +21,6 @@
"eslint-plugin-standard": "^3.0.1"
},
"versionist": {
"publishedAt": "2023-12-28T11:16:43.971Z"
"publishedAt": "2023-12-29T14:04:58.459Z"
}
}

0 comments on commit dd3614e

Please sign in to comment.