diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e08ec6..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fca455..b42166a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 34559e8..f4354cd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lunch" -version = "0.9.2" +version = "0.10.0" description = "Cross-platform restaurant selector" authors = ["Lance"] license = "Unlicense"