Skip to content

Commit b683088

Browse files
chore: version packages (#251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 54943a8 commit b683088

7 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/five-parents-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"program": "${workspaceFolder}/src/backend",
1212
"cwd": "${workspaceFolder}",
1313
"envFile": "${workspaceFolder}/.env",
14-
"buildFlags": "-ldflags='-X main.version=0.4.8-dev'",
14+
"buildFlags": "-ldflags='-X main.version=0.4.9-dev'",
1515
"env": {
1616
"PROXY_PORT": ":8080",
1717
"DETECTOR_NAME": "onnx_model_detector",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kiji-privacy-proxy",
33
"productName": "Kiji Privacy Proxy",
4-
"version": "0.4.8",
4+
"version": "0.4.9",
55
"description": "Dataiku's Kiji Privacy Proxy - PII detection and masking proxy for LLMs",
66
"author": "Dataiku - Open Source Lab",
77
"license": "Apache-2.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kiji-proxy"
3-
version = "0.4.8"
3+
version = "0.4.9"
44
description = "Kiji Privacy Proxy for PII Detection and Masking"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# kiji-privacy-proxy
22

3+
## 0.4.9
4+
5+
### Patch Changes
6+
7+
- 54943a8: updated release process
8+
39
## 0.4.8
410

511
### Patch Changes

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_note": "TODO: Enable notarization by adding \"afterSign\": \"../../src/scripts/notarize.js\" to the build config (requires Developer ID Application certificate)",
33
"name": "kiji-privacy-proxy",
44
"productName": "Kiji Privacy Proxy",
5-
"version": "0.4.8",
5+
"version": "0.4.9",
66
"description": "Dataiku's Kiji Privacy Proxy",
77
"author": "Dataiku - Open Source Lab",
88
"main": "src/electron/electron-main.js",

0 commit comments

Comments
 (0)