Skip to content

Commit 901ab6b

Browse files
committed
Release v0.1.71
1 parent 15fb189 commit 901ab6b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

changelog.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
== Changelog
2+
3+
=== Released
4+
5+
==== v0.1.71 (2022-04-10)
6+
7+
The first official release

project.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:name io.lazy-cat/tools.project
2-
:version "0.0.{{ git/commits-count }}{{ version/pre-release }}"
2+
:version "0.1.{{ git/commits-count }}{{ version/pre-release }}"
33
:description "A project management tool."
44
:license "MIT"
55
:author "Ilshat Sultanov <[email protected]>"

readme.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:https://img.shields.io/github/license/lazy-cat-io/tools.project[license,link=license]
22
image:https://img.shields.io/github/v/release/lazy-cat-io/tools.project.svg)[https://github.com/lazy-cat-io/tools.project/releases]
3-
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]
3+
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]
44

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

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

3232
.deps.edn or bb.edn
3333
[source,clojure]
3434
----
35-
io.lazy-cat/tools.project {:mvn/version "N/A"}
35+
io.lazy-cat/tools.project {:mvn/version "0.1.71"}
3636
----
3737

3838
==== Configuration

0 commit comments

Comments
 (0)