File tree Expand file tree Collapse file tree 7 files changed +9
-5
lines changed
Expand file tree Collapse file tree 7 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ * 0.13.2 - 12Jan2023
4+ * No functionality change, but major documentation improvements
5+ * Must release a minor version since namespace metadata for cljdoc is changing.
6+
37* 0.13.1 - 10Jan2023
48 * Set things up so that cljdoc can reach the source
59
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.1 /new-holi-project.sh
6+ curl -LO https://raw.githubusercontent.com/luciolucio/holi/0.13.2 /new-holi-project.sh
77bash new-holi-project.sh
88```
99
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ hit me up on [Slack](http://clojurians.slack.com): `@Lucio Assis`
4141
4242## Usage
4343
44- Visit [ cljdoc] ( https://cljdoc.org/d/io.github.luciolucio/holi/0.13.1 /api/luciolucio.holi ) for the public API docs
44+ Visit [ cljdoc] ( https://cljdoc.org/d/io.github.luciolucio/holi/0.13.2 /api/luciolucio.holi ) for the public API docs
4545
4646## Tips and tricks
4747
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.1 " )
4+ (def version " 0.13.2 " )
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.1 /resources/holi-template.zip
31+ curl -LO https://github.com/luciolucio/holi/raw/0.13.2 /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.1 " }}
3+ io.github.luciolucio/holi {:mvn/version " 0.13.2 " }}
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