Skip to content

Commit

Permalink
feat: release 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Oct 4, 2023
1 parent 83cde95 commit 44feeb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ It compiles script to java byte code and evaluate it on the fly.

# News

* [5.4.1](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.1),Fixed recursive function can't work, fixed function can't be serialized etc.
* [5.4.0](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.0),Fixed `elsif` parser errors,supports expression serialization([example](https://github.com/killme2008/aviatorscript/blob/master/src/test/java/com/googlecode/aviator/example/SerializeExample.java)) etc.
* [5.3.3](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.3),fixed potential memory leak, wrong value captured by function etc.
* [5.3.2](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.2),some bugs fixed, recommended to upgrade.

# Dependency

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

# News

* [5.4.1](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.1),修复递归函数无法工作的 bug,修复函数无法序列化的 bug 等。
* [5.4.0](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.0),修复 `elsif` 语法解析错误,增加编译表达式序列化支持([例子](https://github.com/killme2008/aviatorscript/blob/master/src/test/java/com/googlecode/aviator/example/SerializeExample.java))等。
* [5.3.3](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.3),修复潜在内存泄露、变量捕获错误等 Bug。
* [5.3.2](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.2),一些 Bug 修复,推荐升级。

This comment has been minimized.

Copy link
@Candemirci61

Candemirci61 Oct 11, 2023

Ne deöe


# Dependency

Expand Down
2 changes: 1 addition & 1 deletion bin/aviator
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#Modified from leiningen:https://raw.github.com/technomancy/leiningen/preview/bin/lein
#License: Eclipse Public License,same as leiningen and clojure.

export AVIATOR_VERSION="5.4.0"
export AVIATOR_VERSION="5.4.1"

case $AVIATOR_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;
Expand Down
Binary file added downloads/aviator-5.4.1.jar
Binary file not shown.

0 comments on commit 44feeb1

Please sign in to comment.