Skip to content

Commit ce87601

Browse files
committed
update to 3.0.6
1 parent 6cc55fd commit ce87601

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased changes
3+
## 3.0.6
44
### Added
55
- function arity handling in the VM, can be disabled with the option `-fno-function-arity-check`
66
- `sliceStr` in `lib/Slice.ark`, taking a string, a starting index (can't be less than 0), and the length (can't be less than 1), returning a portion of the given string
@@ -12,8 +12,6 @@
1212
- now using a separated class to hold the description values for the VM
1313
- updated assertions in `split` in `lib/Split.ark` (works only with single character separators)
1414

15-
### Removed
16-
1715
## 3.0.5
1816
### Added
1917
- the parser can now recognize expressions like `((f f) x)`

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3030
# VERSION
3131
set(ARK_VERSION_MAJOR 3)
3232
set(ARK_VERSION_MINOR 0)
33-
set(ARK_VERSION_PATCH 5)
33+
set(ARK_VERSION_PATCH 6)
3434

3535
message(STATUS "ArkScript version ${ARK_VERSION_MAJOR}.${ARK_VERSION_MINOR}.${ARK_VERSION_PATCH}")
3636

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ArkScript
2-
### Current version: 3.0.5
2+
### Current version: 3.0.6
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/SuperFola/Ark.svg?branch=rework)](https://travis-ci.org/SuperFola/Ark)

0 commit comments

Comments
 (0)