From 647ee3dc821c0630bae34c5912bfa100a127f20e Mon Sep 17 00:00:00 2001 From: liquidz Date: Sat, 7 Aug 2021 05:24:31 +0900 Subject: [PATCH 1/4] Bump clj-kondo --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2b4c343a..0082babc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 - uses: DeLaGuardo/setup-clj-kondo@master with: - version: '2021.07.28' + version: '2021.08.06' - run: clj-kondo --lint src:test --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}' cljstyle: From 7c5b54c65604398d72079935f9c010134e08fb76 Mon Sep 17 00:00:00 2001 From: liquidz Date: Sat, 7 Aug 2021 05:24:38 +0900 Subject: [PATCH 2/4] Bump version-clj to 2.0.2 #100 --- deps.edn | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.edn b/deps.edn index ab274ffe..dd0cd622 100644 --- a/deps.edn +++ b/deps.edn @@ -7,7 +7,7 @@ org.clojure/tools.deps.alpha {:mvn/version "0.12.1003"} org.clojure/data.json {:mvn/version "2.4.0"} clj-commons/clj-yaml {:mvn/version "0.7.107"} - version-clj/version-clj {:mvn/version "2.0.1"} + version-clj/version-clj {:mvn/version "2.0.2"} rewrite-clj/rewrite-clj {:mvn/version "1.0.644-alpha"}} :tools/usage diff --git a/pom.xml b/pom.xml index bcbf7484..d38479f1 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ version-clj version-clj - 2.0.1 + 2.0.2 From 0396988b00f5e056fee6e19ac06cb77045a88e07 Mon Sep 17 00:00:00 2001 From: liquidz Date: Sat, 7 Aug 2021 05:36:23 +0900 Subject: [PATCH 3/4] Update changelog --- CHANGELOG.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index c898a253..083ff91a 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This change == Unreleased (dev) +// {{{ +=== Changed +* https://github.com/liquidz/antq/pull/100[#100]: Bumped version-clj to 2.0.2. +* https://github.com/liquidz/antq/pull/102[#102]: Replaceed https://github.com/dakrone/cheshire[cheshire] with https://github.com/clojure/data.json[clojure.data.json]. + +=== Fixed +* https://github.com/liquidz/antq/pull/99[#99]: Fixed to handle errors when parsing GitHub version tags. +* https://github.com/liquidz/antq/pull/100[#100]: Fixed false positive with comparing prefixed versions. +* https://github.com/liquidz/antq/issues/101[#101]: Fixed to work with s3-wagon-private when antq is used as a Leiningen plugin. +// }}} + == 0.16.1 (2021-07-31) // {{{ === Changed From 6b6d5af779d71c20f8df079cae4cb736fbff329e Mon Sep 17 00:00:00 2001 From: liquidz Date: Sat, 7 Aug 2021 05:40:53 +0900 Subject: [PATCH 4/4] ver 0.16.2 --- CHANGELOG.adoc | 1 + README.adoc | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 083ff91a..cfeb472d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. This change == Unreleased (dev) +== 0.16.2 (2021-08-07) // {{{ === Changed * https://github.com/liquidz/antq/pull/100[#100]: Bumped version-clj to 2.0.2. diff --git a/README.adoc b/README.adoc index 91cafe36..540324f6 100644 --- a/README.adoc +++ b/README.adoc @@ -84,7 +84,7 @@ From Clojure CLI ver `1.10.3.933`, https://clojure.org/reference/deps_and_cli#to [source,sh] ---- # install -clojure -Ttools install com.github.liquidz/antq '{:git/tag "0.16.1"}' :as antq +clojure -Ttools install com.github.liquidz/antq '{:git/tag "0.16.2"}' :as antq # uninstall clojure -Ttools remove :tool antq # execute diff --git a/pom.xml b/pom.xml index d38479f1..73f8ef61 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.liquidz antq - 0.16.1 + 0.16.2 antq Point out your outdated dependencies https://github.com/liquidz/antq