chore: bump version to 0.7.2 - #227
Merged
Merged
Conversation
Android versionCode 18 -> 19, versionName 0.7.1 -> 0.7.2. iOS CURRENT_PROJECT_VERSION 18 -> 19 (in lockstep with the Android build number), MARKETING_VERSION 0.7.1 -> 0.7.2. CLI loopkyCliVersion 0.7.1 -> 0.7.2, which release.yml checks against the tag before it builds anything. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0116NZ92Pe7aGQpqtiRkP4Ye
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 free
to 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.
Summary
Version bump for the v0.7.2 release. All three version numbers move in the same commit, as the release process requires.
Changes
composeApp/build.gradle.kts—versionCode18 → 19,versionName0.7.1 → 0.7.2iosApp/Configuration/Config.xcconfig—CURRENT_PROJECT_VERSION18 → 19 (kept in lockstep with the Android build number),MARKETING_VERSION0.7.1 → 0.7.2gradle.properties—loopkyCliVersion0.7.1 → 0.7.2, the single source forloopky --version, the.deb'sVersion:and the container image tagrelease.yml'scheck-versionjob compares the tag againstloopkyCliVersionand refuses to build when they disagree, so this bump is what lets the tag produce artifacts at all.Test plan
./gradlew detektAll./gradlew :shared:allTests./gradlew :cli:testTEAM_IDstays emptyKotlin lint (detekt),Unit tests + Android build,CLI on Linux x86_64,CLI as a native binary🤖 Generated with Claude Code
https://claude.ai/code/session_0116NZ92Pe7aGQpqtiRkP4Ye