Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 5, 2024
1 parent e03e1e1 commit f40e388
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
- commits:
- subject: Improve Task contructor typings
hash: 3d63b817c90011ba8b7e846aa85d40b65d03f03b
body: |
This enforces that the context in the functions defined when
constructing a task are treated as Read-Only objects. This prevents a
task from modifying part of the state outside what is referenced by its
defined lens path.
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
- subject: Improve README
hash: 3e9157489c9da790b774f6280f3e3b58dd194dbe
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
version: 4.1.0
title: ""
date: 2024-08-05T22:41:18.687Z
- commits:
- subject: Add agent option to abort planning with timeout
hash: b22c7b6c45d4a5139dd87feba9dfc82da21412e0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v4.1.0
## (2024-08-05)

* Improve Task contructor typings [Felipe Lalanne]
* Improve README [Felipe Lalanne]

# v4.0.0
## (2024-07-25)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mahler",
"version": "4.0.0",
"version": "4.1.0",
"description": "A automated task composer and HTN based planner for building autonomous system agents",
"homepage": "https://github.com/balena-io-modules/mahler#readme",
"main": "build/index.js",
Expand Down Expand Up @@ -81,6 +81,6 @@
"mahler-wasm": "^0.1.0"
},
"versionist": {
"publishedAt": "2024-07-25T16:01:17.325Z"
"publishedAt": "2024-08-05T22:41:18.896Z"
}
}

0 comments on commit f40e388

Please sign in to comment.