Skip to content

Commit 3a0b447

Browse files
committed
Version update
1 parent 75883a3 commit 3a0b447

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0-beta] 2024.10.14
11+
1012
### Added
1113
- RuleScripted Classes.
1214
- RuleScriptedClassUtil.

haxelib.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "rulescript",
33
"url" : "https://github.com/Kriptel/RuleScript",
44
"license": "MIT",
5-
"description": "Hscript addon with imports, string interpolation and more",
6-
"version": "0.1.1",
7-
"releasenote": "Abstracts in script",
5+
"description": "Hscript addon with script classes, imports, usings, properties, string interpolation and more.",
6+
"version": "0.2.0-beta",
7+
"releasenote": "RuleScripted Classes, Script Properties, Rest and more.",
88
"dependencies": {
99
"hscript":""
1010
},

0 commit comments

Comments
 (0)