File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 5050 steps :
5151 - uses : actions/checkout@v4.2.2
5252
53+ - name : Setup Clojure
54+ uses : DeLaGuardo/setup-clojure@13.2
55+ with :
56+ lein : 2.9.1
57+
5358 - name : Install dependencies
5459 run : lein deps
5560
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.1
4+
5+ - No actual change beyond correcting deployment scripts
6+
37## 0.8.0
48
59- Revise the ` with-fake-github ` macro to support all the options of the underlying ` with-fake-http ` macro
Original file line number Diff line number Diff line change 1- (defproject dev.nubank /clj-github " 0.8.0 "
1+ (defproject dev.nubank /clj-github " 0.8.1 "
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"
You can’t perform that action at this time.
0 commit comments