Skip to content

Commit

Permalink
docs: add blog post Release: v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 1, 2024
1 parent 382f18e commit 4efac9a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions content/blog/2024-12-01-release-0.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "Release: v0.16.0"
+++

## REPL improvements & cache override

### 🥇 New Features

- Improved REPL exception messages for better clarity and debugging
- Display the root source file in error messages to help with debugging
- Enabled overriding the cache directory via the `GACELA_CACHE_DIR` env variable (Gacela 1.9)
- Added support for overriding docs data in `PhelFnLoader`

### 🐛 Bug Fixes

- Fixed issue where temporary files weren't being removed in `Phel::run()`

### 🏗️ Miscellaneous

- Removed unused `ExceptionHandler`
- Updated Rector and applied necessary fixes
- Upgraded PHPUnit to version 10

## Full list

For a full list of changes, have a look at the [release notes](https://github.com/phel-lang/phel-lang/releases/tag/v0.16.0).

0 comments on commit 4efac9a

Please sign in to comment.