Skip to content

Commit

Permalink
Rename roadmap to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed Aug 25, 2024
1 parent 669455f commit c2e6a3a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions site/roadmap.md → site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
---
layout: page
title: Roadmap
title: CHANGELOG & Roadmap
nav_enabled: true
nav_order: 4
---

# Roadmap
# CHANGELOG & RoadMap

## Roadmap

Fizz aims to deliver on **simpilicity** and **Zig integration**. This means the
following tradeoffs may happen:

- Simplicity over expressiveness.
- Simplicity over performance.
- Fizz aims to be about as performant as Python.
- Fizz aims to be about as performant as Python but can adjust to optimize
specific use cases.
- Ease of Zig build over porting to C/C++/Rust/...

# Releases

## 0.1.0

Status: Target feature set implemented. In validation phase.
## Releases

## 0.2.0
### 0.2.0 (In Progress)

Will focus on:

- Improved error reporting.
- Incorporating user feedback.
- Performance tweaks.

### 0.1.0 (Current)

Status: Target feature set implemented. In validation phase.

0 comments on commit c2e6a3a

Please sign in to comment.