Skip to content

Commit

Permalink
Merge pull request #229 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz committed Aug 7, 2023
2 parents 461b526 + b7f1c6c commit b362faf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].

== Unreleased (dev)
// {{{
=== Changed
* Bumped build.edn to 0.10.227.
* Bumped deep-diff2 to 2.10.211.

=== Fixed
* https://github.com/liquidz/antq/issues/228[#228]: Updated tool's help to add `traisitive` option.
// }}}

== 2.5.1095 (2023-06-17)
// {{{
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test/resources"]
:extra-deps {metosin/malli {:mvn/version "0.11.0"}
lambdaisland/kaocha {:mvn/version "1.85.1342"}
lambdaisland/deep-diff2 {:mvn/version "2.9.202"}}
lambdaisland/deep-diff2 {:mvn/version "2.10.211"}}
:jvm-opts ["-Dclojure.core.async.go-checking=true"]}

:nop
Expand All @@ -42,7 +42,7 @@
:main-opts ["-m" "cloverage.coverage" "--ns-exclude-regex" "leiningen.antq"]}

:build
{:deps {com.github.liquidz/build.edn {:mvn/version "0.9.216"}}
{:deps {com.github.liquidz/build.edn {:mvn/version "0.10.227"}}
:ns-default build}

;; -X
Expand Down
3 changes: 2 additions & 1 deletion src/antq/tool.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
- :download <boolean>
- :ignore-locals <boolean>
- :check-clojure-tools <boolean>
- :no-diff <boolean>"
- :no-diff <boolean>
- :transitive <boolean>"
[& [options]]
(let [options (prepare-options options)]
(binding [log/*verbose* (:verbose options false)]
Expand Down

0 comments on commit b362faf

Please sign in to comment.