Releases: practicalli/project-templates
Releases · practicalli/project-templates
2025-09-04
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 intoroot
of template - templates: clojure 0.12.0 in all templates
- templates: design-journal namespace in all templates
2024-09-09 Clojure 1.12.0
release: 2024-09-09 Clojure 1.12.0
Added
- 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
Changed
- 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 |
2024-07-07 minor fix
2024-07-07 minor fix
- update org.clojure/clojure to1.11.3 in pom.xml
2024-04-20 Security fix & tools.build update
release: 2024-04-20 Security fix & tools.build update
- service: system helper function in repl help menu
- security: update to
org.clojure/clojure
1.11.2 - library: update tools.build to 0.10.0 - caches correctly in docker
- templates: update
mulog-events/stop
publisher help & example - make:
docker-build-log
task to create log file of all docker output for diagnosis
2024-04-08 mulog config enhancements
release: 2024-04-08 mulog config enhancements
- dev: update user docs - mulog set global context namespace
- service: party.donut/system version 0.0.241
- service: mulog donut config for user repl startup
- service: refactor template-edn function to aid diagnosis
- readme: simplify readme, add overview, remove older examples
- service: move mulog publisher inside donut system config
2024-01-23 maintenance release
release: 2024-01-05
Changed
- health: remove FUNDING.yaml and use Practicalli Org file
- readme: update sponsorship link to practicalli-johnny account
- dev: add license to project and templates with gitignore pattern
2024-01-05 maintenance release
2024-01-05 maintenance release
- dev: update upload-artifactv4 action in megalinter workflow
- dev: setup-java v4 action in quality-checks workflow
- dev: clojure cli 1.11.1.1435 in quality-checks workflow
- dev: deps-new v0.6.0 library dependency in deps.edn
2023-11-03 CI workflow updates & Git Ignore patterns
Update CI workflow library versions & use git ignore inclusive patterns (exclude all, include specific patterns)
Changed
- dev: remove
:build
from cider-jack-in configuration in .dir-locals.el - templates: git ignore excluded all pattern from root directory, include general project and Clojure specific patterns
- dev: checkout action v4 in GitHub workflow
- template: checkout action v4 in all GitHub workflow
- dev: setup-clojure action v12.1 in GitHub workflow
- template: setup-clojure action v12.1 in all GitHub workflow
- template: Clojure CLI version 1.11.1.1413 in quality-check workflow
- template: lambdaisland kaocha version 1.87.1366
- dev: lambdaisland kaocha version 1.87.1366
- dev: update seancorfield/deps-new to v0.5.3
2023-08-02 Maintenance release
2023-08-02 Maintenance release
- minimal: remove
:build
from.dir-locals.el
project configuration
2023-08-01 CI workflow config updates
release: 2023-08-01
Updated to CI workflow configuration
- ci: Clojure CLI 1.11.1.1356
- ci: spell lychee link checker errors as warnings
- ci: repository trufflehog secrets checker errors as warnings