Skip to content

Commit 01ac24b

Browse files
chore(main): release 0.14.0
1 parent c3b0437 commit 01ac24b

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.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.13.0"
2+
".": "0.14.0"
33
}

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.13.0...v0.14.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* **android:** add setup task for installing dependencies ([1ae12f7](https://github.com/pythoninthegrasses/lunchjs/commit/1ae12f71ef6f88353fcc6e1acd59e1eac5b61af0))
9+
10+
11+
### Bug Fixes
12+
13+
* **android:** add JDK to setup task dependencies ([a342c55](https://github.com/pythoninthegrasses/lunchjs/commit/a342c5546486792ccfce334986cc45018918c4ff))
14+
* **android:** use openjdk@21 LTS instead of [@24](https://github.com/24) ([588d161](https://github.com/pythoninthegrasses/lunchjs/commit/588d1615cc50c3ba815127725357312844e13bbc))
15+
* **ci:** add JAVA_HOME for Android Gradle build ([c3b0437](https://github.com/pythoninthegrasses/lunchjs/commit/c3b043702753f15e2ba5b69e9b8966ce3b92c2e2))
16+
317
## [0.13.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.12.0...v0.13.0) (2026-02-02)
418

519

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

0 commit comments

Comments
 (0)