Skip to content

Commit

Permalink
Merge branch 'devel' to 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Dec 14, 2023
2 parents a750b10 + 66160c0 commit 17413eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject com.oscaro/tools-io "0.3.35"
(defproject com.oscaro/tools-io "0.3.36-SNAPSHOT"
:description "Oscaro's generic I/O tools collection"
:url "https://github.com/oscaro/tools-io"
:license {:name "Eclipse Public License"
: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"
Expand Down

0 comments on commit 17413eb

Please sign in to comment.