Skip to content

Commit 0503bb2

Browse files
committed
chore: release 4.3.1
1 parent f5896c6 commit 0503bb2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Change Log
22

3-
## [Unreleased changes] - 2026-MM-DD
4-
### Breaking changes
5-
3+
## [4.3.1] - 2026-02-28
64
### Added
75
- new `TAIL_CALL_SELF` instruction to take care of tail calls in functions: jumps to address 0 in the current page, and reset the scope
86

97
### Changed
10-
11-
### Removed
8+
- error outputs are on stderr instead of stdout
129

1310
## [4.3.0] - 2026-02-26
1411
### Breaking change

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(ark CXX)
55
# ArkScript version (have to manually update it)
66
set(ARK_VERSION_MAJOR 4)
77
set(ARK_VERSION_MINOR 3)
8-
set(ARK_VERSION_PATCH 0)
8+
set(ARK_VERSION_PATCH 1)
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)