Skip to content

Commit 78364e0

Browse files
committed
Release v0.1.82
1 parent b5cf125 commit 78364e0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.adoc

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

33
=== Released
44

5+
==== v0.1.82 (2022-04-12)
6+
7+
===== Fixed
8+
9+
- Fix reading the default configuration
10+
11+
'''
12+
513
==== v0.1.71 (2022-04-10)
614

715
The first official release

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Add the following dependency in your project:
2727
.project.clj or build.boot
2828
[source,clojure]
2929
----
30-
[io.lazy-cat/tools.project "0.1.71"]
30+
[io.lazy-cat/tools.project "0.1.82"]
3131
----
3232

3333
.deps.edn or bb.edn
3434
[source,clojure]
3535
----
36-
io.lazy-cat/tools.project {:mvn/version "0.1.71"}
36+
io.lazy-cat/tools.project {:mvn/version "0.1.82"}
3737
----
3838

3939
==== Configuration

0 commit comments

Comments
 (0)