|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | # Unreleased
|
| 4 | + |
| 5 | +# 2024-03-03 |
| 6 | + |
| 7 | +## Added |
| 8 | +- button link to Clojure CLI releases changelog to view available versions |
| 9 | +- readme: add book overview, update contributing section |
| 10 | +- intro: clarify wording & approach in contributing guide |
| 11 | +- intro: enhance clojure examples and simplify format for experimenting with code |
| 12 | +- dev: checkout action v4 in all GitHub workflow |
| 13 | +- clojure-cli: add `clojure -X:deps mvn-pom` built-in command description |
| 14 | +- clojure-cli: `clojure -X:deps list` examples |
| 15 | + |
4 | 16 | ## Changed
|
| 17 | +- mkdocs: emoji extension name update for Material 9.4 |
| 18 | +- project: update built.tools approach and configuration examples |
| 19 | +- install: refine section wording and format |
5 | 20 | - dev: changelog-check checkout action v4 with sparse-checkout
|
6 | 21 | - dev: changelog-check remove paths-ignore
|
7 | 22 | - clojure-cli: install deps.edn configuration
|
|
23 | 38 | - dev: megalinter local runner - validate all files
|
24 | 39 | - dev: spell lychee config file for megalinter config
|
25 | 40 |
|
26 |
| -## Added |
27 |
| -- button link to Clojure CLI releases changelog to view available versions |
28 |
| -- readme: add book overview, update contributing section |
29 |
| -- intro: clarify wording & approach in contributing guide |
30 |
| -- intro: enhance clojure examples and simplify format for experimenting with code |
31 |
| -- dev: checkout action v4 in all GitHub workflow |
32 |
| -- clojure-cli: add `clojure -X:deps mvn-pom` built-in command description |
33 |
| -- clojure-cli: `clojure -X:deps list` examples |
34 |
| - |
35 |
| -## Changed |
36 |
| -- mkdocs: emoji extension name update for Material 9.4 |
37 |
| -- project: update built.tools approach and configuration examples |
38 |
| -- install: refine section wording and format |
39 | 41 |
|
40 | 42 | # 2023-08-14
|
41 | 43 |
|
|
0 commit comments