Skip to content

Commit 355a831

Browse files
v0.13.0
1 parent 1fc9c03 commit 355a831

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Do not allow empty tasks in methods
3+
hash: dee594b0b2679f2abc148008187e2f758507d7b2
4+
body: |
5+
Atomic tasks should behave the same when selected individually or as
6+
part of a method.
7+
footer:
8+
Change-type: minor
9+
change-type: minor
10+
author: Felipe Lalanne
11+
nested: []
12+
version: 0.13.0
13+
title: ""
14+
date: 2025-05-10T15:43:58.306Z
115
- commits:
216
- subject: Refactor error handling
317
hash: 287fec90c2222ff6ea505f726a9e939cca35101f

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
# v0.13.0
8+
## (2025-05-10)
9+
10+
* Do not allow empty tasks in methods [Felipe Lalanne]
11+
712
# v0.12.2
813
## (2025-04-29)
914

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gustav"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
edition = "2021"
55
description = "An automated job orchestration library to build and execute dynamic workflows"
66

0 commit comments

Comments
 (0)