File tree Expand file tree Collapse file tree 6 files changed +7
-4
lines changed
Expand file tree Collapse file tree 6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ * 0.13.1 - 10Jan2023
4+ * Set things up so that cljdoc can reach the source
5+
36* 0.13.0 - 10Jan2023
47 * Shadow-cljs is no longer a runtime dependency, since the use of ` shadow.resource/inline ` is now gone
58
Original file line number Diff line number Diff line change 33Create a new clojure deps project:
44
55```
6- curl -LO https://raw.githubusercontent.com/luciolucio/holi/0.13.0 /new-holi-project.sh
6+ curl -LO https://raw.githubusercontent.com/luciolucio/holi/0.13.1 /new-holi-project.sh
77bash new-holi-project.sh
88```
99
Original file line number Diff line number Diff line change 11(ns build
22 (:require [clojure.tools.build.api :as b]))
33
4- (def version " 0.13.0 " )
4+ (def version " 0.13.1 " )
55
66(def lib 'io.github.luciolucio /holi )
77(def basis (b/create-basis {:project " deps.edn" }))
Original file line number Diff line number Diff line change 2828
2929echo " "
3030echo " Downloading template..."
31- curl -LO https://github.com/luciolucio/holi/raw/0.13.0 /resources/holi-template.zip
31+ curl -LO https://github.com/luciolucio/holi/raw/0.13.1 /resources/holi-template.zip
3232
3333echo " "
3434echo " Decompressing template..."
Original file line number Diff line number Diff line change 11{:paths [" src" ]
22 :deps {org.clojure/clojure {:mvn/version " 1.11.1" }
3- io.github.luciolucio/holi {:mvn/version " 0.13.0 " }}
3+ io.github.luciolucio/holi {:mvn/version " 0.13.1 " }}
44 :aliases {:build {:extra-deps {io.github.clojure/tools.build {:git/tag " v0.8.3" :git/sha " 0d20256" }}
55 :ns-default build}
66 :generate {:main-opts [" -m" " luciolucio.holi.generate" ]}}}
You can’t perform that action at this time.
0 commit comments