Skip to content

Commit

Permalink
v15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 25, 2024
1 parent 88e96aa commit 6256c7a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- commits:
- subject: Fix docs for `device.config_var.set`
hash: 4c42649e4f9145ded61330c3fbe83dbaadc811ce
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
- subject: Properly surface RequestErrors from balena-api
hash: 26400c206cd43038baf4e7a03d7c8bd0c85341a7
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
version: 15.0.2
title: ""
date: 2024-10-25T14:07:49.431Z
- commits:
- subject: "release: throw in case of trying to get a release with an empty string
uuid"
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.2 - 2024-10-25

* Fix docs for `device.config_var.set` [Otavio Jacobi]
* Properly surface RequestErrors from balena-api [Otavio Jacobi]

## v15.0.1 - 2024-10-15

* Release: throw in case of trying to get a release with an empty string uuid [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.1"
__version__ = "15.0.2"


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.1"
version = "15.0.2"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 6256c7a

Please sign in to comment.