Skip to content

Commit

Permalink
Release v1.0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Apr 30, 2022
1 parent e05c34d commit df01959
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

==== v1.0.57 (2022-04-30)

Public API is stable.

===== Added

- Some helper functions and macros

==== v0.1.20 (2022-04-13)

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

.deps.edn or bb.edn
[source,clojure]
----
io.lazy-cat/tenet {:mvn/version "0.1.42"}
io.lazy-cat/tenet {:mvn/version "1.0.57"}
----

==== Basic API
Expand Down

0 comments on commit df01959

Please sign in to comment.