diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c48ea..cb0b629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # tools.io Changelog +## Unreleased +### Changed +* bump charred 1.033, commons-compress 1.25.0. + +## 0.3.35 (2023/11/02) +### Fixed +* read-jsons-file parameters to charred. + +## 0.3.34 (2023/11/02) +### Changed +* Avoid deconstruction on sizeof default config. + ## 0.3.33 (2023/11/02) +### Added * Add `sizeof` function ## 0.3.32 (2023/09/21) diff --git a/project.clj b/project.clj index 26dd2db..bfd9cfe 100644 --- a/project.clj +++ b/project.clj @@ -5,8 +5,8 @@ :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.11.1"] [clj-commons/clj-yaml "1.0.27"] - [com.cnuernber/charred "1.032"] - [org.apache.commons/commons-compress "1.24.0"]] + [com.cnuernber/charred "1.033"] + [org.apache.commons/commons-compress "1.25.0"]] ;; https://www.blog.nodrama.io/travis-continuous-delivery/ ;; https://github.com/technomancy/leiningen/issues/2307#issuecomment-610538144 :deploy-repositories [["snapshots" {:url "https://repo.clojars.org"