Skip to content

Comments

chore: release v0.1.26.0-SNAPSHOT#24

Merged
krukow merged 1 commit intomainfrom
release/v0.1.26.0-SNAPSHOT-run22230210210
Feb 20, 2026
Merged

chore: release v0.1.26.0-SNAPSHOT#24
krukow merged 1 commit intomainfrom
release/v0.1.26.0-SNAPSHOT-run22230210210

Conversation

@krukow
Copy link
Collaborator

@krukow krukow commented Feb 20, 2026

Automated release PR for v0.1.26.0-SNAPSHOT. Created by the Release workflow (run 22230210210).

Copilot AI review requested due to automatic review settings February 20, 2026 15:33
@krukow krukow enabled auto-merge (squash) February 20, 2026 15:34
@krukow krukow merged commit ab51c4c into main Feb 20, 2026
3 checks passed
@krukow krukow deleted the release/v0.1.26.0-SNAPSHOT-run22230210210 branch February 20, 2026 15:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Automated release PR updating the project’s snapshot version to v0.1.26.0-SNAPSHOT across build metadata and documentation, and recording the new version in the changelog.

Changes:

  • Bump build.clj version to 0.1.26.0-SNAPSHOT.
  • Update README dependency coordinates and git SHA.
  • Add 0.1.26.0-SNAPSHOT section and update comparison links in CHANGELOG.md.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
build.clj Updates the build/version used for packaging and publishing.
README.md Updates installation coordinates and git SHA to match the new snapshot version.
CHANGELOG.md Adds a new snapshot version header and adjusts comparison links accordingly.

Comment on lines 28 to +33
;; From Maven Central
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.1.25.5"}
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.1.26.0-SNAPSHOT"}

;; Or git dependency
io.github.copilot-community-sdk/copilot-sdk-clojure {:git/url "https://github.com/copilot-community-sdk/copilot-sdk-clojure.git"
:git/sha "9e9c76a704322da632933aa4cdb606b5389a531a"}
:git/sha "b3b788d9c43b3d97ab944f87d3806f34166324ab"}
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README installation snippet labels this dependency as coming from Maven Central, but 0.1.26.0-SNAPSHOT is a SNAPSHOT version. SNAPSHOT artifacts are typically only available from the Maven snapshots repository (and this repo’s build tooling even deploys snapshots to Sonatype’s maven-snapshots URL), so users following this snippet may not be able to resolve the dependency. Consider keeping the Maven Central example on the latest non-SNAPSHOT release, or add explicit instructions + repository configuration for consuming SNAPSHOT builds.

Copilot uses AI. Check for mistakes.
@github-actions github-actions bot mentioned this pull request Feb 20, 2026
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