Skip to content

Commit 2afebbe

Browse files
chore: release v0.1.32.1 (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 212e671 commit 2afebbe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Add to your `deps.edn`:
2727

2828
```clojure
2929
;; From Maven Central
30-
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.1.32.0"}
30+
io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.1.32.1"}
3131

3232
;; Or git dependency
3333
io.github.copilot-community-sdk/copilot-sdk-clojure {:git/url "https://github.com/copilot-community-sdk/copilot-sdk-clojure.git"
34-
:git/sha "11154f0973d5deb88c53b09143eff3bc10229a78"}
34+
:git/sha "212e671408cfa9f9f3d6eb9a609251bddf0b986c"}
3535
```
3636

3737
> **Note:** The Clojars artifact `net.clojars.krukow/copilot-sdk` is deprecated.

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(:import [java.io File]))
88

99
(def lib 'io.github.copilot-community-sdk/copilot-sdk-clojure)
10-
(def version "0.1.32.0")
10+
(def version "0.1.32.1")
1111
(def class-dir "target/classes")
1212

1313
(defn- try-sh

0 commit comments

Comments
 (0)