Skip to content

Commit 5a5b7b0

Browse files
committed
Release version 0.13.2
1 parent 4195dca commit 5a5b7b0

File tree

7 files changed

+9
-5
lines changed

7 files changed

+9
-5
lines changed

CHANGELOG.md

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

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.1/new-holi-project.sh
6+
curl -LO https://raw.githubusercontent.com/luciolucio/holi/0.13.2/new-holi-project.sh
77
bash new-holi-project.sh
88
```
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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.1")
4+
(def version "0.13.2")
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.1/resources/holi-template.zip
31+
curl -LO https://github.com/luciolucio/holi/raw/0.13.2/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.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"]}}}

0 commit comments

Comments
 (0)