File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased changes
3+ ## 3.0.10
44### Added
55- adding ` sort ` to sort a list
66- added ` \t ` , ` \n ` , ` \v ` and ` \r ` escape codes (available in strings only)
2121- better tests presentation
2222- moved the modules to https://github.com/ArkScript-lang/modules
2323
24- ### Removed
25-
2624## 3.0.9
2725### Added
2826- fixing segfault when the VM receives an empty code page (generated from an empty block)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3030# VERSION
3131set (ARK_VERSION_MAJOR 3)
3232set (ARK_VERSION_MINOR 0)
33- set (ARK_VERSION_PATCH 9 )
33+ set (ARK_VERSION_PATCH 10 )
3434
3535message (STATUS "ArkScript version ${ARK_VERSION_MAJOR} .${ARK_VERSION_MINOR} .${ARK_VERSION_PATCH} " )
3636
Original file line number Diff line number Diff line change 11# ArkScript
2- ### Current version: 3.0.9
2+ ### Current version: 3.0.10
33
44[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/fd5900d08a97487486c43079c06e19ce )] ( https://app.codacy.com/app/folaefolc/Ark?utm_source=github.com&utm_medium=referral&utm_content=SuperFola/Ark&utm_campaign=Badge_Grade_Settings )
55[ ![ Build Status] ( https://travis-ci.org/ArkScript-lang/Ark.svg?branch=rework )] ( https://travis-ci.org/ArkScript-lang/Ark )
You can’t perform that action at this time.
0 commit comments