Skip to content

Commit 36c3750

Browse files
committed
chore: release ArkScript 4.2.0
1 parent 2d04180 commit 36c3750

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased changes] - 20XX-XX-XX
3+
## [4.2.0] - 2026-02-04
44
### Breaking changes
55
- `assert` is no longer an instruction but a builtin
66
- when comparing values of different types using `<`, `>`, `<=`, `>=` and `=`, the result will always be `false` (it used to rely on the type index)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ project(ark CXX)
44

55
# ArkScript version (have to manually update it)
66
set(ARK_VERSION_MAJOR 4)
7-
set(ARK_VERSION_MINOR 1)
8-
set(ARK_VERSION_PATCH 2)
7+
set(ARK_VERSION_MINOR 2)
8+
set(ARK_VERSION_PATCH 0)
99

1010
# determine whether this is a standalone project or included by other projects
1111
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)

0 commit comments

Comments
 (0)