From a8321498fd896222aa20c0777d02dc824189e00c Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 3 Oct 2025 09:06:03 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871008b6..b1652801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## v0.30.1 (WIP) +## v0.30.1 - ⚠️ Excluded the `lost+found` directory from the backups ([#7208](https://github.com/pocketbase/pocketbase/pull/7208); thanks @lbndev). _If for some reason you want to keep it, you can restore it by editing the `e.Exclude` list of the `OnBackupCreate` and `OnBackupRestore` hooks._ -- Minor tests improvements (disabled initial superuser creation for the test app to avoid cluttering the std output, added more tests for the s3.Uploader.MaxConcurrency, etc.). +- Minor tests improvements (disabled initial superuser creation for the test app to avoid cluttering the std output, added more tests for the `s3.Uploader.MaxConcurrency`, etc.). -- Updated Go dependencies. +- Updated `modernc.org/sqlite` and other Go dependencies. ## v0.30.0