Skip to content

Commit fc2d747

Browse files
chore(main): release 0.12.1
1 parent 4ecfd66 commit fc2d747

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

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

3+
## [0.12.1](https://github.com/pythoninthegrass/lunchjs/compare/v0.12.0...v0.12.1) (2026-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **fastlane:** restrict CI keychain to GitHub Actions only ([f5ae481](https://github.com/pythoninthegrass/lunchjs/commit/f5ae4815968c8d0493742e2cc97a815a4244f51a))
9+
* **ios:** cleanup CI keychain after workflow completion ([4ecfd66](https://github.com/pythoninthegrass/lunchjs/commit/4ecfd66b795289492a772490174bcde5d73cb8c5))
10+
311
## [0.12.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.11.0...v0.12.0) (2026-01-06)
412

513

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

0 commit comments

Comments
 (0)