|
8 | 8 |
|
9 | 9 | [](https://opensource.org/licenses/MIT) |
10 | 10 | [](https://github.com/ProgrammerKR/ProXPL/actions/workflows/build.yml) |
11 | | -[](https://github.com/ProgrammerKR/ProXPL/releases) |
| 11 | +[](https://github.com/ProgrammerKR/ProXPL/releases) |
12 | 12 | []() |
13 | 13 |
|
14 | 14 |
|
@@ -349,7 +349,7 @@ prm remove old-package |
349 | 349 | ```toml |
350 | 350 | [package] |
351 | 351 | name = "my-web-server" |
352 | | -version = "1.0.0" |
| 352 | +version = "1.1.0" |
353 | 353 | authors = ["Your Name <you@example.com>"] |
354 | 354 | edition = "2025" |
355 | 355 | description = "A fast web server built with ProXPL" |
@@ -535,10 +535,10 @@ See [BENCHMARKS.md](BENCHMARKS.md) for detailed performance comparisons. |
535 | 535 | - **v0.8.0**: Advanced memory management, closures, upvalues. ✅ |
536 | 536 | - **v0.9.0**: Standard Library (fs, time, gc), IO improvements. ✅ |
537 | 537 | - **v1.0.0 (Current)**: |
538 | | - - **Object-Oriented Programming**: Classes, Methods, Inheritance, Properties. |
539 | | - - **Keywords**: `class`, `new`, `this`, `extends`, `interface`. |
540 | | - - **Runtime**: Optimized VM with Object Support. |
541 | | -- **v1.1.0** (Planned): |
| 538 | + - **Object-Oriented Programming**: Classes, Methods, Inheritance, Properties. ✅ |
| 539 | + - **Keywords**: `class`, `new`, `this`, `extends`, `interface`. ✅ |
| 540 | + - **Runtime**: Optimized VM with Object Support. ✅ |
| 541 | +- **v1.1.0** (Current): |
542 | 542 | - Advanced Strings/Lists. |
543 | 543 | - Exception Handling (`try`/`catch`). |
544 | 544 | - Module System refinements. |
|
0 commit comments