Skip to content

chore: release v0.2.1.1-SNAPSHOT#71

Merged
krukow merged 1 commit intomainfrom
release/v0.2.1.1-SNAPSHOT-run23593814860
Mar 26, 2026
Merged

chore: release v0.2.1.1-SNAPSHOT#71
krukow merged 1 commit intomainfrom
release/v0.2.1.1-SNAPSHOT-run23593814860

Conversation

@krukow
Copy link
Copy Markdown
Collaborator

@krukow krukow commented Mar 26, 2026

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

Copilot AI review requested due to automatic review settings March 26, 2026 12:17
@krukow krukow enabled auto-merge (squash) March 26, 2026 12:17
@krukow krukow merged commit c3be9e5 into main Mar 26, 2026
3 checks passed
@krukow krukow deleted the release/v0.2.1.1-SNAPSHOT-run23593814860 branch March 26, 2026 12:19
Copy link
Copy Markdown
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 that bumps the project version to v0.2.1.1-SNAPSHOT and updates user-facing documentation/changelog to match, as part of the repo’s release workflow.

Changes:

  • Bump project version in build.clj to 0.2.1.1-SNAPSHOT.
  • Update README installation coordinates (Maven + git SHA) to the new version/commit.
  • Stamp CHANGELOG.md with a new 0.2.1.1-SNAPSHOT section and update comparison links.

Reviewed changes

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

File Description
build.clj Version bump to 0.2.1.1-SNAPSHOT (used by build/release tooling).
README.md Updates dependency coordinates and git SHA for installation instructions.
CHANGELOG.md Adds a new version section and updates compare links for the release.

Comment thread README.md
```clojure
;; From Maven Central
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.2.1.0"}
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.2.1.1-SNAPSHOT"}
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

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

README lists a -SNAPSHOT version under “From Maven Central”, but build.clj deploy logic publishes -SNAPSHOT versions to the Maven Central snapshots repository (not the default Maven Central releases repo). As written, users copy/pasting this will likely fail to resolve the dependency unless they add the snapshots repository (or you change the snippet to a non-SNAPSHOT release version).

Suggested change
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.2.1.1-SNAPSHOT"}
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.2.1.1"}

Copilot uses AI. Check for mistakes.
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.

2 participants