Skip to content

Commit d079b97

Browse files
committed
feat: Introduce ProXPL VS Code extension with run, watch, format, and hover capabilities, alongside a new CLI package, and update version to 0.5.1.
1 parent 9343bb6 commit d079b97

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## [Unreleased]
1010

11-
## [0.5.0-pre] - 2025-12-31
11+
## [0.5.1] - 2025-12-31
1212

1313
### Added
1414
- **Language**: Introduced `use` keyword to replace `import` for module loading, standardizing the syntax.
@@ -305,6 +305,6 @@ This project is licensed under the MIT License.
305305

306306
---
307307

308-
**Current Version**: 0.5.0-pre
308+
**Current Version**: 0.5.1
309309
**Last Updated**: December 31, 2025
310-
**Next Release**: 0.5.0 (Early 2026)
310+
**Next Release**: 0.6.0 (Early 2026)

extension/out/extension.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.1",
66
"publisher": "ProXentix",
77
"repository": {
88
"type": "git",

extension/proxpl-0.5.0.vsix

40 Bytes
Binary file not shown.

src/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxpl-cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Professional CLI tool for ProXPL",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)