We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5501f commit 4edb67aCopy full SHA for 4edb67a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.6.5
4
+
5
+- Non-success status codes should not always result in a thrown exception
6
7
## 0.6.4
8
- Encode ref parameter in update-reference! from repository.clj namespace
9
project.clj
@@ -1,4 +1,4 @@
-(defproject dev.nubank/clj-github "0.6.4"
+(defproject dev.nubank/clj-github "0.6.5"
:description "A Clojure library for interacting with the github developer API"
:url "https://github.com/nubank/clj-github"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
0 commit comments