Skip to content

Commit

Permalink
Merge pull request #103 from liquidz/dev
Browse files Browse the repository at this point in the history
0.16.2
  • Loading branch information
liquidz authored Aug 6, 2021
2 parents 5aaa62d + 6b6d5af commit b1c583b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ 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.
* 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
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.liquidz</groupId>
<artifactId>antq</artifactId>
<version>0.16.1</version>
<version>0.16.2</version>
<name>antq</name>
<description>Point out your outdated dependencies</description>
<url>https://github.com/liquidz/antq</url>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>version-clj</groupId>
<artifactId>version-clj</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit b1c583b

Please sign in to comment.