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 : Refactor error handling
3+ hash : 287fec90c2222ff6ea505f726a9e939cca35101f
4+ body : |
5+ This change organizes error types to distinguish errors that can happen
6+ at different stages of the worker lifecycle. This should make it easier
7+ for users to identify what caused a `Worker::seek()` operation to fail
8+ footer :
9+ Change-type : patch
10+ change-type : patch
11+ author : Felipe Lalanne
12+ nested : []
13+ version : 0.12.2
14+ title : " "
15+ date : 2025-04-29T03:05:11.769Z
116- commits :
217 - subject : Fix run-tests script
318 hash : 8fd9a6c7092d247cb7d7dbe8cb0b7f31eec27793
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.12.2
8+ ## (2025-04-29)
9+
10+ * Refactor error handling [ Felipe Lalanne]
11+
712# v0.12.1
813## (2025-04-21)
914
Original file line number Diff line number Diff line change 11[package ]
22name = " gustav"
3- version = " 0.12.1 "
3+ version = " 0.12.2 "
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