|
1 | 1 | #+TITLE: Changelog |
2 | 2 |
|
3 | 3 | * Unreleased |
| 4 | + |
| 5 | +* 2023-03-25 |
4 | 6 | ** Added |
5 | 7 | *** Add sayid related aliases with middleware `:repl/debug`, `:repl/debug-refactor`, `:repl/rebel-debug`, `:repl/rebel-debug-refactor` |
| 8 | +*** `:lib/flowstorm` for flowstom debugger use |
6 | 9 | ** Changed |
7 | 10 | *** Correct libspec for kaocha test runner (change back to strings) |
8 | 11 | *** Deprecate `:lib/sayid` as middleware should be included for sayid to function correctly with Clojure CLI |
9 | 12 | *** Add `org.clojure/tools.trace` to REPL Reloaded aliases - `:repl/reloaded`, `:dev/reloaded` |
10 | 13 | *** Update `:test/run` to fail-fast by default, mimimising test runs when there are failed tests |
| 14 | +*** `practicalli/clojure-cli-config` repository name (changed from clojure-deps-edn) |
| 15 | +*** `main` default branch (changed from live) |
| 16 | +*** ci: MegaLinter Java image 6.20.1 |
| 17 | +*** ci: DeLaGuardo/setup-clojure 10.2, actions v3.5.0, clj-kondo v2023.03.17 |
| 18 | +*** ci: workflows use `main` branch |
| 19 | +*** Update library versions using `clojure -T:search/outdated` |
| 20 | + |
| 21 | +| :name | :current | :latest | |
| 22 | +|------------------------------------+------------------------------------------+------------------------------------------| |
| 23 | +| borkdude/carve | f45dc3cb35a8b9c6c11d4681f8c673fa347d54be | 14a3a5db4b372e33d20763a8d1344bddae72c735 | |
| 24 | +| cider/cider-nrepl | 0.28.5 | 0.30.0 | |
| 25 | +| clj-kondo/clj-kondo | 2023.02.17 | 2023.03.17 | |
| 26 | +| clojurians-zulip/feeds | 13fd3ac7e259c62c6d05d09a1fc9f1f0b4564ab9 | ba8fe2b7f3415334a73c1ccc6077eafb05e43c5b | |
| 27 | +| com.github.liquidz/antq | 2.2.992 | 2.2.1017 | |
| 28 | +| com.github.seancorfield/next.jdbc | 1.3.847 | 1.3.862 | |
| 29 | +| djblue/portal | 0.35.1 | 0.37.1 | |
| 30 | +| io.github.nextjournal/clerk | 0.12.707 | 0.13.842 | |
| 31 | +| lambdaisland/kaocha | 1.77.1236 | 1.80.1274 | |
| 32 | +| nrepl/nrepl | 0.9.0 | 1.0.0 | |
| 33 | +| nvd-clojure/nvd-clojure | 3.0.0 | 3.1.0 | |
| 34 | +| org.clojure/tools.namespace | 1.4.1 | 1.4.4 | |
| 35 | +| org.slf4j/slf4j-nop | 2.0.6 | 2.0.7 | |
| 36 | +| refactor-nrepl/refactor-nrepl | 3.5.3 | 3.6.0 | |
| 37 | +| vvvvalvalval/scope-capture | 0.3.2 | 0.3.3 | |
| 38 | + |
11 | 39 |
|
12 | 40 | * 2023-02-21 |
13 | 41 | ** Added |
|
0 commit comments