From 05966c451d14d6ddf9058fc00778fe5e5fc24fa2 Mon Sep 17 00:00:00 2001 From: pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:11:14 -0500 Subject: [PATCH] chore(main): release 0.17.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc7e4aa..7b51ca0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ed2bf..31e6184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.17.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.16.0...v0.17.0) (2026-06-22) + + +### Features + +* **cors:** add http:default capability and connect-src CSP for oth server ([38a878d](https://github.com/pythoninthegrasses/lunchjs/commit/38a878d8f2f2aec30d74796f941191ba611010a7)) + + +### Bug Fixes + +* **tauri:** remove http:default capability — plugin not installed ([fd814f9](https://github.com/pythoninthegrasses/lunchjs/commit/fd814f9cbffceea17b2440311902412189abe734)) + ## [0.16.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.15.0...v0.16.0) (2026-02-04) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e1846b8..08baaea 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lunch" -version = "0.16.0" +version = "0.17.0" description = "Cross-platform restaurant selector" authors = ["Lance"] license = "Unlicense" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0b91cba..8928250 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -55,5 +55,5 @@ "open": true } }, - "version": "0.16.0" + "version": "0.17.0" } \ No newline at end of file