Skip to content

Commit

Permalink
v11.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed May 17, 2023
1 parent a7ccaff commit 38d9cf3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Optimize the unique release_version rule
hash: e70930dbb2146c9f50ca635f38a7223e0b042fe9
body: |
Enables row narrowing when the rule is
triggered by application changes, but more
importantly allows bC to rewrite the rule using
a GROUP BY.
Also reduces slightly the full rule runtime from
~200ms to ~180ms.
footer:
Change-type: patch
change-type: patch
See: https://explain.dalibo.com/plan/6f1hd8f4ee0ada6d
see: https://explain.dalibo.com/plan/6f1hd8f4ee0ada6d
author: Thodoris Greasidis
nested: []
version: 11.8.5
title: ""
date: 2023-05-17T08:37:37.697Z
- commits:
- subject: Add device type yocto properties to typings
hash: ea501686fb9447353f1f4e0a00b16c68c25e7422
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 11.8.5 - 2023-05-17

* Optimize the unique release_version rule [Thodoris Greasidis]

## 11.8.4 - 2023-05-16

* Add device type yocto properties to typings [Otávio Jacobi]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "11.8.4",
"version": "11.8.5",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -153,6 +153,6 @@
"_": "index.js"
},
"versionist": {
"publishedAt": "2023-05-16T07:40:47.431Z"
"publishedAt": "2023-05-17T08:37:38.690Z"
}
}

0 comments on commit 38d9cf3

Please sign in to comment.