Skip to content

Commit

Permalink
v15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 15, 2024
1 parent 46cb77a commit 81011bb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
- commits:
- subject: "release: throw in case of trying to get a release with an empty string
uuid"
hash: 6d5d043bba744025650eb73afa51927887acafc6
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
- subject: "device: do not operate on empty or ambiguous device UUIDs"
hash: 473425882b89a02ee3227e51fab613c77e8f66e9
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
version: 15.0.1
title: ""
date: 2024-10-15T17:17:20.121Z
- commits:
- subject: "v7 model: Add the device.should_be_operated_by__release property"
hash: 1328499d9aa31fe2e0c456b7a1e35d951ccec5dd
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

## v15.0.1 - 2024-10-15

* Release: throw in case of trying to get a release with an empty string uuid [Otavio Jacobi]
* Device: do not operate on empty or ambiguous device UUIDs [Otavio Jacobi]

## v15.0.0 - 2024-09-18

* V7 model: Add the device.should_be_operated_by__release property [Otavio Jacobi]
Expand Down
2 changes: 1 addition & 1 deletion balena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
from .pine import PineClient
from .settings import SettingsConfig, Settings

__version__ = "15.0.0"
__version__ = "15.0.1"


class Balena:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "balena-sdk"
version = "15.0.0"
version = "15.0.1"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 81011bb

Please sign in to comment.