From af616ca2e300c19ef60028f476cbacc167e6b516 Mon Sep 17 00:00:00 2001 From: liquidz Date: Fri, 23 Feb 2024 10:56:45 +0900 Subject: [PATCH] docs: Update CHANGELOG --- CHANGELOG.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 919e04a9..ec5f8e85 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,6 +1,18 @@ 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) +// {{{ +=== Fixed +* https://github.com/liquidz/antq/pull/248[#248]: Updated github action thrird party detection to add babashka, clj-kondo, cljfmt, cljstyle, and zprint supports. +* https://github.com/liquidz/antq/pull/248[#248]: Fixed github action upgrader to support bb, clj-kondo, cljfmt, cljstyle, and zprint on setup-clojure action. + +=== Changed +* Bumped tools.cli to 1.1.230. +* Bumped data.zip to 1.1.0. +* Bumped data.xml to 0.2.0-alpha9. +* Bumped deep-diff2 to 2.11.216. +* Bumped malli to 0.14.0. +// }}} == 2.8.1173 (2024-01-10) // {{{