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 : 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
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " mahler"
3- version = " 0.14.0 "
3+ version = " 0.14.1 "
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