Skip to content

Commit 13ff08a

Browse files
committed
chore: Update changelog and README to reflect 0.7.0 official release and next version.
1 parent 704c7fb commit 13ff08a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

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

77
---
88

9-
## [0.7.0-pre] - 2026-01-04
9+
## [0.7.0] - 2026-01-04
1010

1111
### Added
1212
- **FFI System**: Initial implementation of the Foreign Function Interface using `libffi`.
@@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
- Added icon support for `.internal_ingore` and `.internal_ignore`.
1616
- **Runtime**:
1717
- `ffi_bridge.c` for handling native function calls.
18-
- Pre-release build configuration for version 0.7.0.
18+
- Official release build configuration for version 0.7.0.
1919
- Updated version strings across the codebase.
2020

2121
### Fixed
@@ -327,6 +327,6 @@ This project is licensed under the MIT License.
327327

328328
---
329329

330-
**Current Version**: 0.7.0-pre
330+
**Current Version**: 0.7.0
331331
**Last Updated**: January 04, 2026
332-
**Next Release**: 0.7.0 (Q1 2026)
332+
**Next Release**: 1.1.0 (Q1 2026)

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.7.0--pre-blue.svg)](https://github.com/ProgrammerKR/ProXPL/releases)
11+
[![Version](https://img.shields.io/badge/version-0.7.0-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,8 +532,8 @@ See [BENCHMARKS.md](BENCHMARKS.md) for detailed performance comparisons.
532532

533533
We warmly welcome contribut## 🛣️ Roadmap
534534

535-
### v0.7.0-pre (Current - January 2026)
536-
**Status**: Pre-release Candidate
535+
### v0.7.0 (Current - January 2026)
536+
**Status**: Released
537537
- ✅ 0.7.0 Features Complete
538538
- ✅ Testing Phase with Pre-release builds
539539
- ✅ Stack-based VM with bytecode execution

0 commit comments

Comments
 (0)