diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0530fc8..b235f22 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Allow using array return on compound jobs + hash: 939f0674c9f9558c89b3c743a5ab1c93a34f741e + body: "" + footer: + Change-type: minor + change-type: minor + author: Felipe Lalanne + nested: [] + version: 0.1.0 + title: "" + date: 2024-10-29T19:58:22.418Z - commits: - subject: Update README hash: 6adf021c3ab1f567ca7960a7fddf85e0594238cc diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4e657..2443ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v0.1.0 +## (2024-10-29) + +* Allow using array return on compound jobs [Felipe Lalanne] + # v0.0.4 ## (2024-10-29) diff --git a/Cargo.toml b/Cargo.toml index 4a58360..30ed1f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gustav" -version = "0.0.4" +version = "0.1.0" edition = "2021" description = "An automated job orchestration library to build and execute dynamic workflows"