All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
Bumped clojure to 1.12.0.
Bumped tools.deps to 0.21.1449.
Bumped malli to 0.16.4.
Bump outdated libraries.
Bumped clojure to 1.11.3.
Bumped tools.deps to 0.19.1428.
Bumped malli to 0.16.0.
Bumped build.edn to 0.11.257.
#235: Added support for *
version range.
See Exclusions for more information.
Bumped kaocha to 1.86.1355.
Bumped malli to 0.12.0.
Fixed .x
version range to work correctly.
#212: Added support for exclusion by specifying version ranges.
e.g.
Command line: --exclude=foo/bar@1.2.x
Meta data: foo/bar ^{:antq/exclude "1.2.x"} {:mvn/version …}
See Exclusions for more information.
Bumped tools.deps to 0.18.1335.
Bumped malli to 0.11.0.
Bumped tools.deps to 0.17.1297.
Bumped kaocha to 1.80.1274.
Bumped build.edn to 0.9.203.
Updateed release workflow to use ncipollo/release-action.
Bumped tools.deps to 0.16.1281.
Bumped kaocha to 1.78.1249.
Bumped build.edn to 0.9.194.
Bumped core.async to 1.6.673.
Bumped tools.deps.alpha to 0.15.1244.
Bumped kaocha to 1.71.1119.
Bumped build.edn to 0.9.188.
Bumped clj-yaml to 0.7.169.
Bumped data.xml to 0.2.0-alpha8.
Bumped clj-yaml to 0.7.110.
Renamed --no-diff
option to --no-changes
.
--no-diff
option is still available, but DEPRECATED.
Renamed diff-url
to changes-url
in format
, json
, and edn
reporter.
diff-url
is still available, but DEPRECATED.
Bumped clj-yaml to 0.7.109.
Bumped deep-diff2 to 2.4.138.
Fixed build.clj to work uberjar
correctly.
Rollbacked Dockerfile entrypoint.
Fixed release workflow to be able to push docker images correctly.
#145: Added support for running behind proxies.
See details: Run behind proxy
#146: Added support for checking and upgrading Clojure CLI Tools installed to ~/.clojure/tools
.
Required --check-clojure-tools
option to enable. (Disabled by default)
Bumped tools.build to v0.8.0.
#132: Added --download
option to allow downloading upgraded dependencies at the same time as a convenience.
If you upgrade manually or without the --download
option and the version is changed to the latest, the new version will not be downloaded even if you specify the --download
option later (because antq does not detect differences).
#100: Bumped version-clj to 2.0.2.
#102: Replaceed cheshire with clojure.data.json.
Updated to support tool installation.
To install clojure -Ttools install com.github.liquidz/antq '{:git/tag "0.16.1"}' :as antq
To execute clojure -Tantq oudated
Bumped tools.deps.alpha to 0.12.1003.
Bumped clj-yaml to 0.7.107.
#83: Added support for Gradle experimentally.
See details: Work with Gradle
Bumped tools.deps.alpha to 0.12.985.
Bumped cheshire to 5.10.1.
#79: Offer a Leiningen plugin.
It tends to be more accurate (since it won’t parse your project.clj, having it evaluated by Leiningen instead).
However the :upgrade
option will not be supported (since the plugin cannot always know if a given dependency came from a specific profile, middleware, etc).
Bumped rewrite-clj to 1.0.644-alpha.
Bumped lambdaisland/kaocha to 1.0.861.
Bumped tools.deps.alpha to 0.11.922.
Re-release 0.12.3 because it was deployed to clojars with wrong content.
Bumped rewrite-clj to 1.0.594-alpha.
#70: Fixed GitHub Actions detector to support matrix variables.
#70: Fix DeLaGuardo/setup-graalvm detector to support v4.0.
#60: Added support for detecting version on 3rd-party GitHub Actions.
Supports following 3rd-party actions for now.
#63: Added support for detecting dependencies which has unverified group name.
Supports following group names for now.
antq/antq
→ com.github.liquidz/antq
seancorfield/depstar
→ com.github.seancorfield/depstar
seancorfield/next.jdbc
→ com.github.seancorfield/next.jdbc
Changed group name on clojars.org from antq
to com.github.liquidz/antq
.
antq/antq
will be deployed for a while.
#64: Changed lread/rewrite-cljc-playground to clj-commons/rewrite-clj.
Bumped tools.deps.alpha to 0.11.905.
Bumped kaocha to 1.0.829.
Bumped tools.cli to 1.0.206.
Bumped org.clojure/clojure to 1.10.2.
Bumped tools.deps.alpha to 0.9.863.
Bumped clj-commons/clj-yaml to 0.7.106.
Updateed lread/rewrite-cljc to be latest.
Fixed to return success status when all outdated deps are upgraded.
Fixed not to confirm for upgrading GitHub Actions YAML.
Upgrading YAML is not supported yet.
#55: Fixed to check org.clojure/clojure
.
If there are some org.clojure/clojure
versions in the same file, only the newest version will be checked.
Fixed deps.edn
extractor to handle :override-deps
key.
Fixed deps.edn
upgrader to handle :override-deps
key.
Fixed to work with Clojure 1.8 again.
--upgrade
option requires Clojure 1.9 or later instead.
Fixed leiningen upgrader to be able to upgrade :plugins
.
Fixed deps.edn upgrader to work with SHA based version correctly.
Bump tools.deps.alpha to 0.9.745
.
Fixed reflection warnings.
Fixed to exit with correct code.
Fixed not to occur NullPointerException
for local GitHub Actions(e.g. containing uses: ./
).
Fixed to handle that a major version is the latest of that major version for GitHub Actions.
c.f. https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#compatibility
e.g. "v1"
means the latest version which matches "1.*"
.
Fixed to handle master
version as a release version.
Fixed to fetch correct releases.atom for GitHub Actions.
Fixed outdated pom.xml.
Added support for GitHub Actions.
First release
Can you improve this documentation? These fine people already did:
liquidz, github-actions, vemv, Alexander Streltsov & John Practicalli StevensonEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close