Skip to content

Commit 6bb1b14

Browse files
chore(main): release 0.10.0 (#15)
1 parent 4b18140 commit 6bb1b14

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.9.2"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.9.2...v0.10.0) (2025-12-23)
4+
5+
6+
### Features
7+
8+
* **ci:** add concurrency control to cancel stale builds ([9bbfd94](https://github.com/pythoninthegrass/lunchjs/commit/9bbfd94b46dd73add19b748abdb365e89ab793e4))
9+
* **ci:** implement hybrid caching with Task fingerprinting ([b0f8b0b](https://github.com/pythoninthegrass/lunchjs/commit/b0f8b0b9ec18a7d3526d2694292a4ac0f687055e))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** expand homebrew cache paths for actions/cache compatibility ([2c27bc9](https://github.com/pythoninthegrass/lunchjs/commit/2c27bc97792d6c37cb4c2b4e6bd7fffd4b737ef8))
15+
* **ci:** suppress fastlane telemetry warning ([38a5843](https://github.com/pythoninthegrass/lunchjs/commit/38a58439f1ff8f42d18f071bb96a3054a3ca6ddf))
16+
* **deps:** update Gemfile.lock with ostruct gem ([37dac8b](https://github.com/pythoninthegrass/lunchjs/commit/37dac8b86ffce91bea89683e4a2834dc78763ec5))
17+
* **deps:** update rust crate rusqlite to 0.38 ([#6](https://github.com/pythoninthegrass/lunchjs/issues/6)) ([4b18140](https://github.com/pythoninthegrass/lunchjs/commit/4b18140c7f2766cd1d0f944ca68814a3eae4b322))
18+
* **ios:** track empty assets directory with .gitkeep ([9a062f5](https://github.com/pythoninthegrass/lunchjs/commit/9a062f597ddcac3e671aeebdb8df851b49b8fc22))
19+
* **taskfile:** use bundle exec for fastlane commands ([6879aa6](https://github.com/pythoninthegrass/lunchjs/commit/6879aa611f8aeef345642c0a2eefad6f6b2a2e39))
20+
321
## [0.9.2](https://github.com/pythoninthegrass/lunchjs/compare/v0.9.1...v0.9.2) (2025-12-17)
422

523

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

0 commit comments

Comments
 (0)