Skip to content

Commit 1fcaa2c

Browse files
chore(main): release 0.16.0
1 parent 7e8a4b5 commit 1fcaa2c

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.0"
2+
".": "0.16.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.15.0...v0.16.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* **db:** remove auto-seeding for clean slate on first boot ([fb55f74](https://github.com/pythoninthegrasses/lunchjs/commit/fb55f74747d0ab97f6d6a9ee545ea815fe5dabaf))
9+
* **dev:** add SQL seed file and db tasks for development ([7e8a4b5](https://github.com/pythoninthegrasses/lunchjs/commit/7e8a4b5d03332d15197f62addf33292cbc08fbb3))
10+
* **macos:** add titlebar theme matching for desktop ([184de3f](https://github.com/pythoninthegrasses/lunchjs/commit/184de3fc5c998829f1899438a640b7a2cb87a70e))
11+
12+
13+
### Bug Fixes
14+
15+
* sync tauri.conf.json version with release-please ([7f25cf5](https://github.com/pythoninthegrasses/lunchjs/commit/7f25cf5ba20845f5b531c8a9a1b8f7f94cddcdc0))
16+
317
## [0.15.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.14.0...v0.15.0) (2026-02-04)
418

519

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lunch"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "Cross-platform restaurant selector"
55
authors = ["Lance"]
66
license = "Unlicense"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"open": true
5656
}
5757
},
58-
"version": "0.15.0"
58+
"version": "0.16.0"
5959
}

0 commit comments

Comments
 (0)