We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cf125 commit 78364e0Copy full SHA for 78364e0
changelog.adoc
@@ -2,6 +2,14 @@
2
3
=== Released
4
5
+==== v0.1.82 (2022-04-12)
6
+
7
+===== Fixed
8
9
+- Fix reading the default configuration
10
11
+'''
12
13
==== v0.1.71 (2022-04-10)
14
15
The first official release
readme.adoc
@@ -27,13 +27,13 @@ Add the following dependency in your project:
27
.project.clj or build.boot
28
[source,clojure]
29
----
30
-[io.lazy-cat/tools.project "0.1.71"]
+[io.lazy-cat/tools.project "0.1.82"]
31
32
33
.deps.edn or bb.edn
34
35
36
-io.lazy-cat/tools.project {:mvn/version "0.1.71"}
+io.lazy-cat/tools.project {:mvn/version "0.1.82"}
37
38
39
==== Configuration
0 commit comments