diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17..ed21d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2434eb7..a270b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.13.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.12.0...v0.13.0) (2026-02-02) + + +### Features + +* android version ([4d2aec5](https://github.com/pythoninthegrasses/lunchjs/commit/4d2aec543b84494aa66de99ab903936b12c1d20a)) + + +### Bug Fixes + +* **deps:** bundle renovate dependency updates ([#35](https://github.com/pythoninthegrasses/lunchjs/issues/35)) ([b0bd90e](https://github.com/pythoninthegrasses/lunchjs/commit/b0bd90e3d7bc59914abb72663d36de5214122a0a)) +* **deps:** update dependency com.android.tools.build:gradle to v8.13.2 ([#25](https://github.com/pythoninthegrasses/lunchjs/issues/25)) ([516236d](https://github.com/pythoninthegrasses/lunchjs/commit/516236dc04af5e1158c89959fbe098a58d63ba0d)) +* **fastlane:** restrict CI keychain to GitHub Actions only ([f5ae481](https://github.com/pythoninthegrasses/lunchjs/commit/f5ae4815968c8d0493742e2cc97a815a4244f51a)) +* **ios:** cleanup CI keychain after workflow completion ([4ecfd66](https://github.com/pythoninthegrasses/lunchjs/commit/4ecfd66b795289492a772490174bcde5d73cb8c5)) + ## [0.12.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.11.0...v0.12.0) (2026-01-06) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 07d143c..a668133 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lunch" -version = "0.12.0" +version = "0.13.0" description = "Cross-platform restaurant selector" authors = ["Lance"] license = "Unlicense"