Skip to content

Commit 36c65de

Browse files
committed
prepare v3.0.0
1 parent bea1c63 commit 36c65de

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

MILESTONES.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
## Completed Milestones
1111

12+
- **v3.0.0**: Performance Boost, New Modules, and Streamlined Configuration
13+
- Added `--upgrade` option to `Configure.pl` to upgrade dependencies.
14+
- Added `Dockerfile` configuration.
15+
- Added `Time::HiRes`, `Benchmark` modules.
16+
- Added `/ee` regex modifier.
17+
- Added no strict `vars`, `subs`.
18+
- Execute the code generation on demand, for faster module loading.
19+
- Use `int` instead of `enum` to reduce the memory overhead of scalar variables.
20+
21+
1222
- **v2.3.0**: Modern Perl Features, Expanded Modules, and Developer Tools
1323
- Project description updated in `README.md` to "A Perl Distribution for the JVM"
1424
- Added module porting guide at `docs/PORTING_MODULES.md`
@@ -224,17 +234,10 @@ The following areas are currently under active development to enhance the functi
224234

225235
## Upcoming Milestones
226236

227-
- **v2.4.0**: Next minor version
228-
- Added `--upgrade` option to `Configure.pl` to upgrade dependencies.
229-
- Added `Dockerfile` configuration.
230-
- Added `Time::HiRes`, `Benchmark` modules.
231-
- Added `/ee` regex modifier.
232-
- Added no strict `vars`, `subs`.
233-
- Execute the code generation on demand, for faster module loading.
234-
- Use `int` instead of `enum` to reduce the memory overhead of scalar variables.
235-
- Planned release date: 2025-04-10
237+
- **v3.0.1**: Next minor version
238+
- Planned release date: 2025-05-10
236239

237-
### v3.0.0 Milestone (Planned Release Date: 2026-04-10)
240+
### v4.0.0 Milestone (Planned Release Date: 2026-05-10)
238241

239242
**Objective:** Enhance core functionality and improve developer experience with a focus on integration and performance.
240243

@@ -266,7 +269,7 @@ The following areas are currently under active development to enhance the functi
266269
- **Relevant:** Facilitates deployment in modern cloud environments.
267270
- **Time-bound:** Complete by Q1 2026.
268271

269-
### v4.0.0 Milestone (Planned Release Date: 2027-04-10)
272+
### v5.0.0 Milestone (Planned Release Date: 2027-04-10)
270273

271274
**Objective:** Expand platform capabilities and improve performance with advanced features and optimizations.
272275

0 commit comments

Comments
 (0)