Skip to content

Commit 3654654

Browse files
committed
chore: release 4.3.0
1 parent a116e4f commit 3654654

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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] - 2026-XX-YY
3+
## [4.3.0] - 2026-02-26
44
### Breaking change
55
- in macros, `len`, `empty?`, `head`, `tail`, `@` have been renamed to `$len`, `$empty?`, `$head`, `$tail` and `$at`. Those versions only work inside macros too, inside of having a weird dichotomy where they sometimes got applied and sometimes not
66

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(ark CXX)
44

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

1010
# determine whether this is a standalone project or included by other projects

0 commit comments

Comments
 (0)