From: Stefan Gasser Date: Sun, 12 Jul 2026 09:01:01 +0000 (+0200) Subject: Bump version to 0.8.0 X-Git-Tag: v0.8.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5cf6d7f8985459a2c24b1ef720727b828f2726bd;p=sgasser-llm-shield.git Bump version to 0.8.0 --- diff --git a/docs/api-reference/status.mdx b/docs/api-reference/status.mdx index 03647ba..533fc26 100644 --- a/docs/api-reference/status.mdx +++ b/docs/api-reference/status.mdx @@ -66,7 +66,7 @@ curl http://localhost:3000/info ```json { "name": "PasteGuard", - "version": "0.7.6", + "version": "0.8.0", "description": "Privacy proxy for LLMs", "mode": "mask", "providers": { diff --git a/package.json b/package.json index c786944..b6f6f8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pasteguard", - "version": "0.7.6", + "version": "0.8.0", "description": "Privacy proxy for LLMs. Masks personal data and secrets before sending to your provider.", "type": "module", "main": "src/index.ts",