Skip to content

update 0.6.1#292

Merged
cdsap merged 1 commit intomainfrom
release_0_6_1
Mar 24, 2026
Merged

update 0.6.1#292
cdsap merged 1 commit intomainfrom
release_0_6_1

Conversation

@cdsap
Copy link
Copy Markdown
Owner

@cdsap cdsap commented Mar 24, 2026

No description provided.

@cdsap cdsap merged commit ec17f46 into main Mar 24, 2026
2 checks passed
@cdsap cdsap deleted the release_0_6_1 branch March 24, 2026 00:35
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 24, 2026

Greptile Summary

This PR is a straightforward version bump from 0.6.0 to 0.6.1, updating all three relevant artifacts consistently: the library build definition, the Docker backend image, and the README documentation.

  • project-generator/build.gradle.kts: Both version and coordinates are bumped to 0.6.1, ensuring the Maven Central publication and the project version stay in sync.
  • backend/Dockerfile: The curl download URL for the CLI binary is updated to v0.6.1.
  • README.md: The CLI install snippet and the Maven dependency example are both updated to 0.6.1.

No logic changes were introduced. All version references across the three files are consistent with each other.

Confidence Score: 5/5

  • This PR is safe to merge — it is a purely mechanical, consistent version bump with no logic changes.
  • All three touched files receive exactly the expected version string update (0.6.0 → 0.6.1). The changes are minimal, isolated, and consistent. There are no new dependencies, no logic alterations, and no risk of regressions.
  • No files require special attention.

Important Files Changed

Filename Overview
README.md Updated CLI download URL and Maven dependency snippet from v0.6.0 to v0.6.1 — no logic changes.
backend/Dockerfile Updated CLI binary download URL from v0.6.0 to v0.6.1 — one-line change, no other modifications.
project-generator/build.gradle.kts Bumped both version and coordinates from 0.6.0 to 0.6.1 consistently — no other logic changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR #292: update 0.6.1] --> B[README.md]
    A --> C[backend/Dockerfile]
    A --> D[project-generator/build.gradle.kts]

    B --> B1["curl URL: v0.6.0 → v0.6.1"]
    B --> B2["dependency: 0.6.0 → 0.6.1"]

    C --> C1["curl URL: v0.6.0 → v0.6.1"]

    D --> D1["version = 0.6.0 → 0.6.1"]
    D --> D2["coordinates(..., 0.6.0) → coordinates(..., 0.6.1)"]

    D2 --> E[Published to Maven Central as io.github.cdsap:projectgenerator:0.6.1]
    C1 --> F[Docker image pulls v0.6.1 CLI binary from GitHub Releases]
    B1 --> G[Users install v0.6.1 CLI via curl]
Loading

Reviews (1): Last reviewed commit: "update 0.6.1" | Re-trigger Greptile

Sign up for free to 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.

1 participant