Skip to content

Commit eb103ad

Browse files
v0.12.2
1 parent 5403e1d commit eb103ad

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

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.12.2
8+
## (2025-04-29)
9+
10+
* Refactor error handling [Felipe Lalanne]
11+
712
# v0.12.1
813
## (2025-04-21)
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.1"
3+
version = "0.12.2"
44
edition = "2021"
55
description = "An automated job orchestration library to build and execute dynamic workflows"
66

0 commit comments

Comments
 (0)