From 4efac9afdec46a86c97fc7b49b1d22813cef9c39 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Sun, 1 Dec 2024 12:36:47 +0100 Subject: [PATCH] docs: add blog post Release: v0.16.0 --- content/blog/2024-12-01-release-0.16.md | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/blog/2024-12-01-release-0.16.md diff --git a/content/blog/2024-12-01-release-0.16.md b/content/blog/2024-12-01-release-0.16.md new file mode 100644 index 0000000..675de05 --- /dev/null +++ b/content/blog/2024-12-01-release-0.16.md @@ -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). \ No newline at end of file