Skip to content

Commit f0f9ab8

Browse files
v0.14.1
1 parent ff51076 commit f0f9ab8

3 files changed

Lines changed: 51 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
- commits:
2+
- subject: Update code documentation
3+
hash: a261c087395f323b03e290aea15e4c9c9b16ca81
4+
body: |
5+
Add rustdoc documentation to most of the public interfaces. This also
6+
renames a couple of methods for better clarity.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Felipe Lalanne
11+
nested: []
12+
- subject: Unify `Ready` and `Idle` worker states
13+
hash: f5d5fd7397f4a9c67bbcdd0c91c33bcf6bbc3bd8
14+
body: >
15+
These were essentially equivalent states with the exception of a couple
16+
of fields.
17+
18+
This change simplifies the code.
19+
footer:
20+
Change-type: patch
21+
change-type: patch
22+
author: Felipe Lalanne
23+
nested: []
24+
- subject: Remove redundant Pointer methods
25+
hash: 4890e0f007bf9e01bbe5e4d4fac4bd09b35ed0a2
26+
body: ""
27+
footer:
28+
Change-type: patch
29+
change-type: patch
30+
author: Felipe Lalanne
31+
nested: []
32+
- subject: Rename the library to mahler and update README
33+
hash: afc1f014af6c23efef360d49c0466078c7a26286
34+
body: ""
35+
footer:
36+
Change-type: patch
37+
change-type: patch
38+
author: Felipe Lalanne
39+
nested: []
40+
version: 0.14.1
41+
title: ""
42+
date: 2025-06-03T21:48:47.155Z
143
- commits:
244
- subject: Prioritize method parallelism over automated parallelism
345
hash: ae93688ec0e395fcc37e2d219ff13f2bbb907c7e

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.14.1
8+
## (2025-06-03)
9+
10+
* Update code documentation [Felipe Lalanne]
11+
* Unify `Ready` and `Idle` worker states [Felipe Lalanne]
12+
* Remove redundant Pointer methods [Felipe Lalanne]
13+
* Rename the library to mahler and update README [Felipe Lalanne]
14+
715
# v0.14.0
816
## (2025-05-19)
917

Cargo.toml

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

0 commit comments

Comments
 (0)