changelog: stage 0.7.16 doc entries (#63, #64) - #65
Closed
GenericJam wants to merge 1 commit into
Closed
Conversation
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
commented
Jul 5, 2026
OwnerAuthor
Superseded: the parallel 0.7.16 (connectivity, MOB-14) release already folded in the #63/#64 doc entries under its |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
## [0.7.16]CHANGELOG section recording the two just-merged doc-only PRs:tap/1in HomeScreen example #46) — fixed the undefinedtap(:increment)in the Getting Started "first screen" example →on_tap={{self(), :increment}}.0xAARRGGBBintegers (alpha first), not CSS"#RRGGBB"/ alpha-last#RRGGBBAA, with the missing-alpha-is-transparent gotcha.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.exsbump here — this only stages the entry, so it does not triggerrelease.yml. When you're ready to cut 0.7.16, bumpmix.exsto0.7.16(the section is already written) and push. If the release lands on a different day, adjust the- 2026-07-04date.🤖 Generated with Claude Code