Skip to content

Commit

Permalink
chore: upgrade to 3.1.1
Browse files Browse the repository at this point in the history
Former-commit-id: 765f3af9da12624cb0672517738b2472a8b44537
  • Loading branch information
SuperFola committed Sep 19, 2021
1 parent 8baaf8c commit d301511
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## [Unreleased changes]
### Added
- ArkDoc documentation for the builtins

### Changed
- the macro processor can now handle multiple macro definitions in a if-macro: `!{if true { !{a 1} !{b 2} }}` is finally working

### Removed

## [3.1.1] - 2021-09-19
### Added
- ArkDoc documentation for the builtins
- Now using clang-format to ensure the code is correctly formatted

### Changed
- the macro processor can now handle multiple macro definitions in a if-macro: `!{if true { !{a 1} !{b 2} }}` is finally working

### Deprecated
- `ark` command is now marked as deprecated, in favor of `arkscript`

Expand All @@ -19,7 +25,6 @@

### Changed
- `list:removeAt` was deprecated
### Removed

## [3.1.0] - 2021-06-29
### Added
Expand Down Expand Up @@ -547,4 +552,4 @@
- utils to play with strings and numbers
- default CLI (using clipp)
- CMakeLists to compile the project
- ryjen::format to format strings
- ryjen::format to format strings
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ set(REPLXX_INCLUDE_DIR "${ark_SOURCE_DIR}/submodules/replxx/include")
# VERSION
set(ARK_VERSION_MAJOR 3)
set(ARK_VERSION_MINOR 1)
set(ARK_VERSION_PATCH 0)
set(ARK_VERSION_PATCH 1)

message(STATUS "ArkScript version ${ARK_VERSION_MAJOR}.${ARK_VERSION_MINOR}.${ARK_VERSION_PATCH}")
if (ARK_PROFILER)
Expand Down

0 comments on commit d301511

Please sign in to comment.