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 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] >"
Original file line number Diff line number Diff line change 11image:https://img.shields.io/github/license/lazy-cat-io/tools.project[license,link=license]
22image: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
55image: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
You can’t perform that action at this time.
0 commit comments