Skip to content

Commit 04593a8

Browse files
committed
0.19.0
1 parent 5d910be commit 04593a8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.19.0 (2023-11-04)
6+
57
## New features
68

79
* `orchard.namespace`: introduce new `read-ns-form`, `project-ns-forms`, `ns-form-imports` functions.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lint: kondo cljfmt eastwood
8484
deploy: check-env clean
8585
lein with-profile -user,-dev,+$(VERSION),-provided deploy clojars
8686

87-
# Usage: PROJECT_VERSION=0.18.0 make install
87+
# Usage: PROJECT_VERSION=0.19.0 make install
8888
install: clean check-install-env
8989
lein with-profile -user,-dev,+$(VERSION),-provided install
9090

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Documentation for the master branch as well as tagged releases are available
7878
Just add `orchard` as a dependency and start hacking.
7979

8080
```clojure
81-
[cider/orchard "0.18.0"]
81+
[cider/orchard "0.19.0"]
8282
```
8383

8484
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
@@ -156,7 +156,7 @@ make repl
156156
You can install Orchard locally like this:
157157

158158
```
159-
PROJECT_VERSION=0.18.0 make install
159+
PROJECT_VERSION=0.19.0 make install
160160
```
161161

162162
For releasing to [Clojars](https://clojars.org/):

0 commit comments

Comments
 (0)