Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed Nov 3, 2024
1 parent 600cff3 commit 73551b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Changelog

## [0.1.4]

### Additions

- Individual states can have an execution limit override set with `set_state_execution_limit_millis` and `set_state_execution_limit_secs`, and cleared with `clear_state_execution_limit`. A state's execution limit override takes precedence over the global execution limit.

## [0.1.3]

### Additions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dreamluau"
version = "0.1.3"
version = "0.1.4"
authors = ["Y0SH1M4S73R <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 73551b7

Please sign in to comment.