Skip to content

Commit

Permalink
release: 2024-09-09 Clojure 1.12.0
Browse files Browse the repository at this point in the history
- dev: outdated Makefile task to identify newer library versions using antq
- dev: updated library versions for `quality-checks.yaml` GitHub workflows
- templates: update library dependency versions, clojure, reitit, http-kit, tools.build

- dev: update to clj-kondo 2024.08.29 in quality-checks workflow
- dev: megalinter-upgrade task to upgrade config
- dev: update megalinter config to version 8
- libs: monthly updates via make outdated (antq)

| :file     | :name                            | :current | :latest |
|-----------+----------------------------------+----------+---------|
| deps.edn  | io.github.seancorfield/deps-new  | v0.7.1   | v0.8.0  |
| deps.edn  | org.clojure/clojure              | 1.11.3   | 1.12.0  |
| pom.xml   | org.clojure/clojure              | 1.11.2   | 1.12.0  |
  • Loading branch information
practicalli-johnny committed Sep 9, 2024
1 parent ee40805 commit 0d11ca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

# [Unreleased]

# 2024-09-09
## Added
- dev: outdated Makefile task to identify newer library versions using antq
- dev: updated library versions for `quality-checks.yaml` GitHub workflows
Expand Down

0 comments on commit 0d11ca4

Please sign in to comment.