Skip to content

Commit

Permalink
Release v0.1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Apr 10, 2022
1 parent 15fb189 commit 901ab6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
== Changelog

=== Released

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

The first official release
2 changes: 1 addition & 1 deletion project.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:name io.lazy-cat/tools.project
:version "0.0.{{ git/commits-count }}{{ version/pre-release }}"
:version "0.1.{{ git/commits-count }}{{ version/pre-release }}"
:description "A project management tool."
:license "MIT"
:author "Ilshat Sultanov <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:https://img.shields.io/github/license/lazy-cat-io/tools.project[license,link=license]
image:https://img.shields.io/github/v/release/lazy-cat-io/tools.project.svg)[https://github.com/lazy-cat-io/tools.project/releases]
image:https://github.com/lazy-cat-io/tools.project/actions/workflows/build.yaml/badge.svg[https://github.com/lazy-cat-io/tools.project/actions/workflows/build.yml]
image:https://github.com/lazy-cat-io/tools.project/actions/workflows/build.yaml/badge.svg[https://github.com/lazy-cat-io/tools.project/actions/workflows/build.yaml]

image:https://img.shields.io/clojars/v/io.lazy-cat/tools.project.svg[clojars,link=https://clojars.org/io.lazy-cat/tools.project]

Expand All @@ -26,13 +26,13 @@ Add the following dependency in your project:
.project.clj or build.boot
[source,clojure]
----
[io.lazy-cat/tools.project "N/A"]
[io.lazy-cat/tools.project "0.1.71"]
----

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

==== Configuration
Expand Down

0 comments on commit 901ab6b

Please sign in to comment.