Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 1, 2024
1 parent 6905563 commit beb21a1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Fix use of elapsed seconds
hash: afa139508cbd50767d0d31e26f1d3e94596504ab
body: |
Includes a divide by zero error.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ken Bannister <[email protected]>
signed-off-by: Ken Bannister <[email protected]>
author: Ken Bannister
version: 0.8.3
title: ""
date: 2024-07-01T13:27:27.162Z
- commits:
- subject: Simplify API Header Authorization
hash: 6ba4a9cdd55f63ff5915732e6bb1cfe6fbaf5ee8
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/).

## v0.8.3 - 2024-07-01

* Fix use of elapsed seconds [Ken Bannister]

## v0.8.2 - 2024-05-09

* Simplify API Header Authorization [Rahul Thakoor]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "takeover"
description = "Brownfield device migration tool to balenaOS and balenaCloud"
version = "0.8.2"
version = "0.8.3"
authors = ["balena.io"]
edition = "2018"
publish = false
Expand Down

0 comments on commit beb21a1

Please sign in to comment.