Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/humble-buckets-judge.md

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"program": "${workspaceFolder}/src/backend",
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/.env",
"buildFlags": "-ldflags='-X main.version=0.5.3-dev'",
"buildFlags": "-ldflags='-X main.version=0.5.4-dev'",
"env": {
"PROXY_PORT": ":8080",
"DETECTOR_NAME": "onnx_model_detector",
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Kiji Privacy Proxy Extension",
"version": "0.5.3",
"version": "0.5.4",
"description": "Checks for PII before submitting text to AI chat services",
"permissions": [
"storage",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiji-privacy-proxy",
"productName": "Kiji Privacy Proxy",
"version": "0.5.3",
"version": "0.5.4",
"description": "Dataiku's Kiji Privacy Proxy - PII detection and masking proxy for LLMs",
"author": "Dataiku - Open Source Lab",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kiji-proxy"
version = "0.5.3"
version = "0.5.4"
description = "Kiji Privacy Proxy for PII Detection and Masking"
readme = "README.md"
requires-python = ">=3.13"
Expand Down
6 changes: 6 additions & 0 deletions src/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# kiji-privacy-proxy

## 0.5.4

### Patch Changes

- 3831a7f: Updated chrome extension

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiji-privacy-proxy",
"productName": "Kiji Privacy Proxy",
"version": "0.5.3",
"version": "0.5.4",
"description": "Dataiku's Kiji Privacy Proxy",
"author": "Dataiku - Open Source Lab",
"main": "src/electron/electron-main.js",
Expand Down
Loading