Skip to content

Commit

Permalink
Merge pull request #267 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz authored Dec 21, 2024
2 parents 8d34d41 + 0ef12a9 commit ca5ed55
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Run cloverage
run: make coverage
- name: Upload reports
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
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 rewrite-clj to 1.1.49.
* Bumped clj-yaml to 1.0.29.
* Bumped data.json to 2.5.1.
* Bumped tools.deps to 0.21.1460.
* Bumped core.async to 1.7.701.
// }}}

== 2.11.1250 (2024-11-06)
// {{{
Expand Down
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
org.clojure/data.xml {:mvn/version "0.2.0-alpha9"}
org.clojure/data.zip {:mvn/version "1.1.0"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
org.clojure/core.async {:mvn/version "1.6.681"}
org.clojure/tools.deps {:mvn/version "0.21.1449"}
org.clojure/data.json {:mvn/version "2.5.0"}
clj-commons/clj-yaml {:mvn/version "1.0.28"}
org.clojure/core.async {:mvn/version "1.7.701"}
org.clojure/tools.deps {:mvn/version "0.21.1460"}
org.clojure/data.json {:mvn/version "2.5.1"}
clj-commons/clj-yaml {:mvn/version "1.0.29"}
version-clj/version-clj {:mvn/version "2.0.3"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.48"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.49"}
com.github.liquidz/rewrite-indented {:mvn/version "0.2.44"}
pogonos/pogonos {:mvn/version "0.2.1"}}

Expand All @@ -26,7 +26,7 @@
{:extra-paths ["dev"
"test"
"test/resources"]
:extra-deps {metosin/malli {:mvn/version "0.16.4"}
:extra-deps {metosin/malli ^{:antq/exclude "0.17.0"} {:mvn/version "0.16.4"}
lambdaisland/kaocha {:mvn/version "1.91.1392"}
lambdaisland/deep-diff2 {:mvn/version "2.11.216"}}
:jvm-opts ["-Dclojure.core.async.go-checking=true"]}
Expand Down

0 comments on commit ca5ed55

Please sign in to comment.