Skip to content

changelog: stage 0.7.16 doc entries (#63, #64) - #65

Closed
GenericJam wants to merge 1 commit into
masterfrom
changelog/0.7.16-docs
Closed

changelog: stage 0.7.16 doc entries (#63, #64)#65
GenericJam wants to merge 1 commit into
masterfrom
changelog/0.7.16-docs

Conversation

@GenericJam

Copy link
Copy Markdown
Owner

What

Adds a ## [0.7.16] CHANGELOG section recording the two just-merged doc-only PRs:

Why

Neither PR touched the CHANGELOG (they only edited guides/), and this repo has no [Unreleased] section — entries live under the version that ships them. Doc changes only reach hexdocs.pm via a publish, so they need a version section to ride out on.

No mix.exs bump here — this only stages the entry, so it does not trigger release.yml. When you're ready to cut 0.7.16, bump mix.exs to 0.7.16 (the section is already written) and push. If the release lands on a different day, adjust the - 2026-07-04 date.

🤖 Generated with Claude Code

Records the two merged doc-only PRs under a new [0.7.16] section so they're
ready for the next release (doc changes only reach hexdocs via a publish).
No mix.exs bump — this stages the entry without triggering release.yml.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
GenericJam added a commit that referenced this pull request Jul 5, 2026
Ships MOB-20 (#66): Mob.Device.keep_awake/1 prevents screen auto-dim/lock, no
permission. Device-verified both directions on moto g power (2021) + iPhone SE
(3rd gen). Android Kotlin bridge ships via mob_new 0.4.19+.
(0.7.16 was taken by the parallel connectivity release, which already folded in
the docs from #63/#64 — so #65 is superseded.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@GenericJam

Copy link
Copy Markdown
OwnerAuthor

Superseded: the parallel 0.7.16 (connectivity, MOB-14) release already folded in the #63/#64 doc entries under its ### Documentation section (live on Hex). So these docs are already published — no separate staging needed. Closing without merge; the staged [0.7.16] section here would have duplicated the shipped one.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

undefined fuction tap/1 in HomeScreen example

1 participant

@GenericJam