Skip to content

Commit 8b3dab5

Browse files
chore(main): release 0.12.0 (#30)
1 parent 547e650 commit 8b3dab5

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
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.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.11.0...v0.12.0) (2026-01-06)
4+
5+
6+
### Features
7+
8+
* **android:** add run:device task for standalone APK install ([150bd0f](https://github.com/pythoninthegrass/lunchjs/commit/150bd0ff8f5a341da89069ff0d11e329f0fce111))
9+
* **ci:** add path filtering and fix Task cache for skip optimization ([562a000](https://github.com/pythoninthegrass/lunchjs/commit/562a00097d65441e724af85203d56db71fc96f63))
10+
* **ci:** cache iOS build artifacts for full skip optimization ([a2c269c](https://github.com/pythoninthegrass/lunchjs/commit/a2c269c9bb29f67f48175d1081b004f52a29347b))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** add explicit npm ci for clean node_modules ([8d7e9e1](https://github.com/pythoninthegrass/lunchjs/commit/8d7e9e14223da0932596686aeb90a477fcb31292))
16+
* **ci:** run tauri icon from root to find node_modules ([44e1199](https://github.com/pythoninthegrass/lunchjs/commit/44e1199e729e0940762fe6f14951c03fc109476f))
17+
* **ci:** set RUNNER_TOOL_CACHE for self-hosted runner ([5ff61cc](https://github.com/pythoninthegrass/lunchjs/commit/5ff61cc104babea0e273b3d616226a0a363236e0))
18+
* **ci:** simplify Homebrew deps for self-hosted runner ([5bdf64f](https://github.com/pythoninthegrass/lunchjs/commit/5bdf64f006463d72cd85d3a246115c1c52a2dc19))
19+
20+
21+
### Reverts
22+
23+
* remove RUNNER_TOOL_CACHE (created /Users/runner instead) ([5d2c413](https://github.com/pythoninthegrass/lunchjs/commit/5d2c4132b4de6b6fbe962e8953dc703304f7183a))
24+
325
## [0.11.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.10.0...v0.11.0) (2026-01-06)
426

527

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.11.0"
3+
version = "0.12.0"
44
description = "Cross-platform restaurant selector"
55
authors = ["Lance"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)