Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.10.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.10.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.9.2...v0.10.0) (2025-12-23)


### Features

* **ci:** add concurrency control to cancel stale builds ([9bbfd94](https://github.com/pythoninthegrass/lunchjs/commit/9bbfd94b46dd73add19b748abdb365e89ab793e4))
* **ci:** implement hybrid caching with Task fingerprinting ([b0f8b0b](https://github.com/pythoninthegrass/lunchjs/commit/b0f8b0b9ec18a7d3526d2694292a4ac0f687055e))


### Bug Fixes

* **ci:** expand homebrew cache paths for actions/cache compatibility ([2c27bc9](https://github.com/pythoninthegrass/lunchjs/commit/2c27bc97792d6c37cb4c2b4e6bd7fffd4b737ef8))
* **ci:** suppress fastlane telemetry warning ([38a5843](https://github.com/pythoninthegrass/lunchjs/commit/38a58439f1ff8f42d18f071bb96a3054a3ca6ddf))
* **deps:** update Gemfile.lock with ostruct gem ([37dac8b](https://github.com/pythoninthegrass/lunchjs/commit/37dac8b86ffce91bea89683e4a2834dc78763ec5))
* **deps:** update rust crate rusqlite to 0.38 ([#6](https://github.com/pythoninthegrass/lunchjs/issues/6)) ([4b18140](https://github.com/pythoninthegrass/lunchjs/commit/4b18140c7f2766cd1d0f944ca68814a3eae4b322))
* **ios:** track empty assets directory with .gitkeep ([9a062f5](https://github.com/pythoninthegrass/lunchjs/commit/9a062f597ddcac3e671aeebdb8df851b49b8fc22))
* **taskfile:** use bundle exec for fastlane commands ([6879aa6](https://github.com/pythoninthegrass/lunchjs/commit/6879aa611f8aeef345642c0a2eefad6f6b2a2e39))

## [0.9.2](https://github.com/pythoninthegrass/lunchjs/compare/v0.9.1...v0.9.2) (2025-12-17)


Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lunch"
version = "0.9.2"
version = "0.10.0"
description = "Cross-platform restaurant selector"
authors = ["Lance"]
license = "Unlicense"
Expand Down