Skip to content

Commit cdbe667

Browse files
committed
chore: update project version to 0.7.0-pre and release information
1 parent 2cf2c1a commit cdbe667

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,6 @@ This project is licensed under the MIT License.
327327

328328
---
329329

330-
**Current Version**: 0.5.1
331-
**Last Updated**: December 31, 2025
332-
**Next Release**: 0.6.0 (Early 2026)
330+
**Current Version**: 0.7.0-pre
331+
**Last Updated**: January 04, 2026
332+
**Next Release**: 0.7.0 (Q1 2026)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Generated documentation will be in build/docs/
33

44
PROJECT_NAME = ProXPL
5-
PROJECT_NUMBER = 0.6.0
5+
PROJECT_NUMBER = 0.7.0-pre
66
PROJECT_BRIEF = "A Modern Programming Language Compiler"
77
PROJECT_LOGO =
88

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010
[![ProXPL CI](https://github.com/ProgrammerKR/ProXPL/actions/workflows/build.yml/badge.svg)](https://github.com/ProgrammerKR/ProXPL/actions/workflows/build.yml)
11-
[![Version](https://img.shields.io/badge/version-0.6.0-blue.svg)](https://github.com/ProgrammerKR/ProXPL/releases)
11+
[![Version](https://img.shields.io/badge/version-0.7.0--pre-blue.svg)](https://github.com/ProgrammerKR/ProXPL/releases)
1212
[![Platform](https://img.shields.io/badge/platform-win%20%7C%20linux%20%7C%20macos-lightgrey.svg)]()
1313

1414
**Clean Syntax • Static Typing • Stack-Based VM • C-Level Performance**
@@ -532,9 +532,9 @@ See [BENCHMARKS.md](BENCHMARKS.md) for detailed performance comparisons.
532532

533533
We warmly welcome contribut## 🛣️ Roadmap
534534

535-
### v0.6.0 (Current - January 2026)
535+
### v0.7.0-pre (Current - January 2026)
536536
**Status**: Pre-release Candidate
537-
- ✅ 0.6.0 Features Complete
537+
- ✅ 0.7.0 Features Complete
538538
- ✅ Testing Phase with Pre-release builds
539539
- ✅ Stack-based VM with bytecode execution
540540
- ✅ LLVM backend for AOT native compilation

0 commit comments

Comments
 (0)