Fix null ETags in shallow listing by updating etag index on store/delete

This commit is contained in:
2026-02-26 18:09:08 +08:00
parent 20a314e030
commit 5003514a3d
2 changed files with 28 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.3.1"
APP_VERSION = "0.3.2"
def get_version() -> str: