Skip to content

Commit c3dfcec

Browse files
release: 2024-03-03 content & workflow enhancements
- button link to Clojure CLI releases changelog to view available versions - readme: add book overview, update contributing section - intro: clarify wording & approach in contributing guide - intro: enhance clojure examples and simplify format for experimenting with code - dev: checkout action v4 in all GitHub workflow - clojure-cli: add `clojure -X:deps mvn-pom` built-in command description - clojure-cli: `clojure -X:deps list` examples - mkdocs: emoji extension name update for Material 9.4 - project: update built.tools approach and configuration examples - install: refine section wording and format - dev: changelog-check checkout action v4 with sparse-checkout - dev: changelog-check remove paths-ignore - clojure-cli: install deps.edn configuration - clojure-cli: `clojure -X:deps tree` examples - clojure-cli: `clojure -X:deps pom` - install: debian packages approach for OpenJDK rather than a specific Ubuntu tab - install: recommended OpenJDK versions of 17 and 21 as hint - editor: refactor Clojure LSP page and format for Material for MkDocs - editor: update Clojure LSP page and included Practicalli Clojure LSP Config via external url - dev: update codeowners to practicalli-johnny - dev: use funding from practicalli org - dev: validate new & changed files in megalinter to speed up checks - dev: signed commit checkbox in pull request template - dev: skip readme change and sparse checkout for changelog check workflow - dev: checkout v4 & python v5 actions in publish-book workflow - dev: sparse checkout scheduled version workflow - dev: upload-artefact v4 & remove explicit token from megalinter - format: use shell for code blocks, add missing clojure language to code blocks - dev: megalinter local runner - validate all files - dev: spell lychee config file for megalinter config
1 parent 3906cae commit c3dfcec

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Changelog
22

33
# 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+
416
## 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
520
- dev: changelog-check checkout action v4 with sparse-checkout
621
- dev: changelog-check remove paths-ignore
722
- clojure-cli: install deps.edn configuration
@@ -23,19 +38,6 @@
2338
- dev: megalinter local runner - validate all files
2439
- dev: spell lychee config file for megalinter config
2540

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
3941

4042
# 2023-08-14
4143

0 commit comments

Comments
 (0)