Skip to content

Commit 2ce9f7d

Browse files
committed
Update version and changelog
1 parent c0a6ec8 commit 2ce9f7d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.0
4+
5+
- Revise the `with-fake-github` macro to support all the options of the underlying `with-fake-http` macro
6+
37
## 0.7.1
48

59
- Fix decoding bug introduced in 0.7.0

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# clj-github
22

3+
[![Clojars Project](https://img.shields.io/clojars/v/dev.nubank/clj-github.svg)](https://clojars.org/dev.nubank/clj-github)
4+
[![cljdoc badge](https://cljdoc.org/badge/dev.nubank/clj-github)](https://cljdoc.org/d/dev.nubank/clj-github)
5+
36
A Clojure library for interacting with the GitHub REST API.
47

58
## Httpkit client
69

7-
810
*Example*:
911
```clojure
1012
(require '[clj-github.httpkit-client :as github-client])

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject dev.nubank/clj-github "0.7.1"
1+
(defproject dev.nubank/clj-github "0.8.0"
22
:description "A Clojure library for interacting with the github developer API"
33
:url "https://github.com/nubank/clj-github"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)