Skip to content

Commit 40e7fd0

Browse files
committed
Bump version to 0.6.0
1 parent d37ff1c commit 40e7fd0

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(ProXPL VERSION 0.5.0)
2+
project(ProXPL VERSION 0.6.0)
33

44
# Enable C and C++
55
enable_language(C CXX)

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "proxpl",
33
"displayName": "ProXPL Language Support",
44
"description": "Syntax highlighting and language support for the ProXPL programming language",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"publisher": "ProXentix",
77
"repository": {
88
"type": "git",

include/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#define PROX_COMMON_H
99

1010
#define PROXPL_VERSION_MAJOR 0
11-
#define PROXPL_VERSION_MINOR 5
11+
#define PROXPL_VERSION_MINOR 6
1212
#define PROXPL_VERSION_PATCH 0
13-
#define PROXPL_VERSION_STRING "0.5.0"
13+
#define PROXPL_VERSION_STRING "0.6.0"
1414
#define PROXPL_VERSION_PRERELEASE ""
1515

1616
#include <stdbool.h>

release_v0.6.0.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# ProXPL v0.6.0 Release Notes
2+
3+
## 🚀 Highlights
4+
5+
ProXPL v0.6.0 brings continued stability improvements, runtime enhancements, and refinements to the development ecosystem. This release focuses on solidifying the codebase for future feature expansions and ensuring a smooth experience for early adopters.
6+
7+
## ✨ New Features
8+
9+
### 🔧 Core & Runtime
10+
- **Stability Improvements**: targeted fixes to enhance the reliability of the runtime environment.
11+
- **Performance Optimizations**: Minor optimizations in the core VM loop.
12+
13+
### 🔌 Extension
14+
- **Compatibility Updates**: Updated VS Code extension to align with Core 0.6.0.
15+
16+
## 🛠 Fixes & Improvements
17+
- **General Housekeeping**: Codebase cleanups and version synchronization across all modules.
18+
- **Build System**: Ensured consistent build artifacts with updated versioning.
19+
20+
## 📦 Installation
21+
22+
Download the latest release assets from the repository. For the VS Code extension, install the updated `.vsix` package.
23+
24+
## 🤝 Contributors
25+
26+
Thank you to everyone involved in testing and improving ProXPL!

0 commit comments

Comments
 (0)