-
Notifications
You must be signed in to change notification settings - Fork 1
chore: release v0.2.1.0 #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,11 +27,11 @@ Add to your `deps.edn`: | |
|
|
||
| ```clojure | ||
| ;; From Maven Central | ||
| 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.0"} | ||
|
|
||
| ;; 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 "7a30402b9bd843494752c46a18ff7f2fec27a620"} | ||
| :git/sha "875da823caca2d0069e37013e4833d9395f00eff"} | ||
| ``` | ||
|
Comment on lines
28
to
35
|
||
|
|
||
| > **Note:** The Clojars artifact `net.clojars.krukow/copilot-sdk` is deprecated. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog now lists
0.2.1.0above0.2.1.1-SNAPSHOT, but semver implies0.2.1.1-SNAPSHOTis newer than0.2.1.0. This ordering (and the fact that the repo was previously on0.2.1.1-SNAPSHOTbut is now being released as0.2.1.0) is likely to confuse consumers and makes it unclear which section contains the full release notes for0.2.1.0. Consider either (a) renaming/moving the existing0.2.1.1-SNAPSHOTsection into the0.2.1.0release notes, or (b) bumping the release version to match the snapshot line if that section represents the actual released content.This issue also appears on line 393 of the same file.