Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed Sep 1, 2024
1 parent 86ab70d commit 45dfd0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ following tradeoffs may happen:

## Releases

### 0.2.0 (Current)
### 0.2.1 (Current)

- Improved performance by interning symbol strings.
- `(define (<name> <arg>...) <expr>...)` syntax available for functions.

### 0.2.0

**Zig API**

Expand Down
2 changes: 1 addition & 1 deletion site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Zig**.

1. Download Fizz and place it in `build.zig.zon`.
```sh
zig fetch --save https://github.com/wmedrano/fiz/archive/refs/tags/v0.2.0.tar.gz
zig fetch --save https://github.com/wmedrano/fiz/archive/refs/tags/v0.2.1.tar.gz
```
1. Add Fizz as a dependency in `build.zig`.
```zig
Expand Down

0 comments on commit 45dfd0e

Please sign in to comment.