Skip to content

Commit 7c7af04

Browse files
chore(main): release 0.11.0 (#17)
1 parent 1516e5e commit 7c7af04

3 files changed

Lines changed: 18 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.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.10.0...v0.11.0) (2026-01-06)
4+
5+
6+
### Features
7+
8+
* android builds ([dbc7ab2](https://github.com/pythoninthegrass/lunchjs/commit/dbc7ab23a28e14d6022b6cef5cc8e90a27bc3bf8))
9+
* seed db ([aa327da](https://github.com/pythoninthegrass/lunchjs/commit/aa327dad8036cd57a7917156e3d2d14d920c84bc))
10+
11+
12+
### Bug Fixes
13+
14+
* **ios:** improve viewport handling and disable zoom ([88dc107](https://github.com/pythoninthegrass/lunchjs/commit/88dc107aefd663f664f8480fb092ddeab25da338))
15+
* theme toggle location on desktop ([a2bbb9a](https://github.com/pythoninthegrass/lunchjs/commit/a2bbb9a1eaaae87a34620f8338829e99962ef338))
16+
* theme toggle not responding ([d684a5f](https://github.com/pythoninthegrass/lunchjs/commit/d684a5fc5929728a3aff14885ec0308087cfb858))
17+
* **ui:** remove jarring Roll Lunch button animation ([9d6ecc1](https://github.com/pythoninthegrass/lunchjs/commit/9d6ecc1763a780b7d6a226eff2c87149ab772ce1))
18+
319
## [0.10.0](https://github.com/pythoninthegrass/lunchjs/compare/v0.9.2...v0.10.0) (2025-12-23)
420

521

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

0 commit comments

Comments
 (0)