Skip to content

2025-09-04

Latest
Compare
Choose a tag to compare
@practicalli-johnny practicalli-johnny released this 03 Sep 23:35
3e45321

Added

  • dev: ci scheduled stale issue & pr check (monthly)

Updated

  • dev: dependencies-update & dependencies-outdated make tasks
  • dev: update to Clojure 1.12.2
  • templates: update to clojure 1.12.2
  • dev: update deps-new to 0.10.1
  • dev: updated GitHub action versions in all workflows
:file :name :current :latest
.github/workflows/changelog-check.yaml actions/checkout v4 v5
.github/workflows/lint-review.yaml actions/checkout v4 v5
nnichols/clojure-lint-action v4 v6
.github/workflows/megalinter.yaml actions/checkout v4 v5
.github/workflows/quality-checks.yaml DeLaGuardo/setup-clojure 13.1 13.4
actions/checkout v4 v5
actions/setup-java v4 v5
clj-kondo/clj-kondo 2024.09.27 2025.07.28
clojure/brew-install 1.12.0.1495 1.12.2.1565
greglook/cljstyle 0.16.626 0.17.642
.github/workflows/scheduled-version-check.yaml actions/checkout v4 v5

Changed

  • dev: update clj-kondo to version 2024.09.27 in quality-checks workflow
  • dev: update Clojure CLI to version 1.12.0.1479 in quality-checks workflow
  • dev: update Clojure library to version 1.12.0 in deps.edn
  • dev: update clojure-lint-action to v4
  • dev: update setup-clojure to 13.1
  • dev: update clojure cli to 1.12.0.1495
  • dev: add standard Practicalli tasks to Makefile
  • minimal: move dev files into root of template
  • templates: clojure 0.12.0 in all templates
  • templates: design-journal namespace in all templates