From 1fcaa2cddcff4c0d1464c0f8584e93c9b0e6181f Mon Sep 17 00:00:00 2001 From: pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:12:59 -0600 Subject: [PATCH] chore(main): release 0.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f87262a..bc7e4aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a13a57c..83ed2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.16.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.15.0...v0.16.0) (2026-02-04) + + +### Features + +* **db:** remove auto-seeding for clean slate on first boot ([fb55f74](https://github.com/pythoninthegrasses/lunchjs/commit/fb55f74747d0ab97f6d6a9ee545ea815fe5dabaf)) +* **dev:** add SQL seed file and db tasks for development ([7e8a4b5](https://github.com/pythoninthegrasses/lunchjs/commit/7e8a4b5d03332d15197f62addf33292cbc08fbb3)) +* **macos:** add titlebar theme matching for desktop ([184de3f](https://github.com/pythoninthegrasses/lunchjs/commit/184de3fc5c998829f1899438a640b7a2cb87a70e)) + + +### Bug Fixes + +* sync tauri.conf.json version with release-please ([7f25cf5](https://github.com/pythoninthegrasses/lunchjs/commit/7f25cf5ba20845f5b531c8a9a1b8f7f94cddcdc0)) + ## [0.15.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.14.0...v0.15.0) (2026-02-04) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a88fb7f..e1846b8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lunch" -version = "0.15.0" +version = "0.16.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 b8e43d4..516a497 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -55,5 +55,5 @@ "open": true } }, - "version": "0.15.0" + "version": "0.16.0" } \ No newline at end of file