Skip to content

Commit

Permalink
Release v0.1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Apr 11, 2022
1 parent b5cf125 commit 78364e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

=== Released

==== v0.1.82 (2022-04-12)

===== Fixed

- Fix reading the default configuration

'''

==== v0.1.71 (2022-04-10)

The first official release
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Add the following dependency in your project:
.project.clj or build.boot
[source,clojure]
----
[io.lazy-cat/tools.project "0.1.71"]
[io.lazy-cat/tools.project "0.1.82"]
----

.deps.edn or bb.edn
[source,clojure]
----
io.lazy-cat/tools.project {:mvn/version "0.1.71"}
io.lazy-cat/tools.project {:mvn/version "0.1.82"}
----

==== Configuration
Expand Down

0 comments on commit 78364e0

Please sign in to comment.