Skip to content

Commit 9417840

Browse files
committed
Release 0.13.1
1 parent c1520cb commit 9417840

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

CUSTOM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Create 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
77
bash new-holi-project.sh
88
```
99

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"}))

new-holi-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
echo ""
3030
echo "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

3333
echo ""
3434
echo "Decompressing template..."

resources/holi-template.zip

0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"]}}}

0 commit comments

Comments
 (0)