File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This 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
Original file line number Diff line number Diff line change 11[package ]
22name = " gustav"
3- version = " 0.12.2 "
3+ version = " 0.13.0 "
44edition = " 2021"
55description = " An automated job orchestration library to build and execute dynamic workflows"
66
You can’t perform that action at this time.
0 commit comments