diff --git a/changelog.adoc b/changelog.adoc new file mode 100644 index 0000000..162ffd5 --- /dev/null +++ b/changelog.adoc @@ -0,0 +1,7 @@ +== Changelog + +=== Released + +==== v0.1.71 (2022-04-10) + +The first official release diff --git a/project.edn b/project.edn index 8da885a..c65fb96 100644 --- a/project.edn +++ b/project.edn @@ -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 " diff --git a/readme.adoc b/readme.adoc index 1610eb0..67ad82a 100644 --- a/readme.adoc +++ b/readme.adoc @@ -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] @@ -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