Skip to content

Commit

Permalink
v1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 11, 2023
1 parent 056394d commit 4b99cc7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
- commits:
- subject: Add unit tests for public functions in config_json.rs
hash: f646c9a597e12c567b70782d8108231b5b28811f
body: >
Although only the public functions are explicitly tested,
there is an assertion to check every code branch in those functions.
TODO: read_config_json & write_config_json write to the filesystem because
they read/write to/from the actual filesystem. There are already some utility
functions (validate_json_file and create_tmp_file) in tests/integration.rs
that can help here. This file handling functionality could be moved to an internal
crate so it can be used in both places.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
version: 1.2.23
title: ""
date: 2023-08-11T16:49:22.693Z
- commits:
- subject: Bump clap to v4
hash: bc988a541334f86442cf45dcb0eed05f72f96d64
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/).

# v1.2.23
## (2023-08-11)

* Add unit tests for public functions in config_json.rs [Christina Ying Wang]

# v1.2.22
## (2023-05-22)

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
Expand Up @@ -3,7 +3,7 @@ members = ["test_utils"]

[package]
name = "os-config"
version = "1.2.22"
version = "1.2.23"
authors = ["Zahari Petkov <[email protected]>", "Andrei Gherzan <[email protected]>"]
description = "balenaOS configuration tool"
repository = "https://github.com/balena-os/os-config"
Expand Down

0 comments on commit 4b99cc7

Please sign in to comment.