Skip to content

Commit 840be13

Browse files
v15.1.2
1 parent fc7f738 commit 840be13

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Enhance documentation for detached_mode OS update
3+
hash: e4fa488e77ca1333be59243221d056ffebd29a84
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Ken Bannister <[email protected]>
9+
signed-off-by: Ken Bannister <[email protected]>
10+
author: Ken Bannister
11+
version: 15.1.2
12+
title: ""
13+
date: 2025-02-19T15:36:24.906Z
114
- commits:
215
- subject: "tests: Increase logs timeouts"
316
hash: 01684967e1ea070342edeb52d0e2c874de2e1ec9

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v15.1.2 - 2025-02-19
8+
9+
* Enhance documentation for detached_mode OS update [Ken Bannister]
10+
711
## v15.1.1 - 2025-02-18
812

913
* Tests: Increase logs timeouts [Otavio Jacobi]

balena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
from .pine import PineClient
8686
from .settings import SettingsConfig, Settings
8787

88-
__version__ = "15.1.1"
88+
__version__ = "15.1.2"
8989

9090

9191
class Balena:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "balena-sdk"
3-
version = "15.1.1"
3+
version = "15.1.2"
44
description = ""
55
authors = ["Balena <[email protected]>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)