Skip to content

Commit 4efac9a

Browse files
committed
docs: add blog post Release: v0.16.0
1 parent 382f18e commit 4efac9a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
+++
2+
title = "Release: v0.16.0"
3+
+++
4+
5+
## REPL improvements & cache override
6+
7+
### 🥇 New Features
8+
9+
- Improved REPL exception messages for better clarity and debugging
10+
- Display the root source file in error messages to help with debugging
11+
- Enabled overriding the cache directory via the `GACELA_CACHE_DIR` env variable (Gacela 1.9)
12+
- Added support for overriding docs data in `PhelFnLoader`
13+
14+
### 🐛 Bug Fixes
15+
16+
- Fixed issue where temporary files weren't being removed in `Phel::run()`
17+
18+
### 🏗️ Miscellaneous
19+
20+
- Removed unused `ExceptionHandler`
21+
- Updated Rector and applied necessary fixes
22+
- Upgraded PHPUnit to version 10
23+
24+
## Full list
25+
26+
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 commit comments

Comments
 (0)