File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ == Changelog
2
+
3
+ === Released
4
+
5
+ ==== v0.1.71 (2022-04-10)
6
+
7
+ The first official release
Original file line number Diff line number Diff line change 1
1
{: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 }}"
3
3
:description " A project management tool."
4
4
:license " MIT"
5
5
:author " Ilshat Sultanov <[email protected] >"
Original file line number Diff line number Diff line change 1
1
image:https://img.shields.io/github/license/lazy-cat-io/tools.project[license,link=license]
2
2
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 ]
4
4
5
5
image:https://img.shields.io/clojars/v/io.lazy-cat/tools.project.svg[clojars,link=https://clojars.org/io.lazy-cat/tools.project]
6
6
@@ -26,13 +26,13 @@ Add the following dependency in your project:
26
26
.project.clj or build.boot
27
27
[source,clojure]
28
28
----
29
- [io.lazy-cat/tools.project "N/A "]
29
+ [io.lazy-cat/tools.project "0.1.71 "]
30
30
----
31
31
32
32
.deps.edn or bb.edn
33
33
[source,clojure]
34
34
----
35
- io.lazy-cat/tools.project {:mvn/version "N/A "}
35
+ io.lazy-cat/tools.project {:mvn/version "0.1.71 "}
36
36
----
37
37
38
38
==== Configuration
You can’t perform that action at this time.
0 commit comments