Skip to content

Commit 7b18715

Browse files
committed
tools release
1 parent cb2dbd5 commit 7b18715

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

content/reference/deps_edn.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ The git url must either be provided or inferred from the lib name. If provided,
185185
|io.beanstalkapp.ORG/PROJECT | `"https://ORG.git.beanstalkapp.com/PROJECT.git"`
186186
|com.beanstalkapp.ORG/PROJECT | `"https://ORG.git.beanstalkapp.com/PROJECT.git"`
187187
|ht.sr.ORG/PROJECT | `"https://git.sr.ht/~ORG/PROJECT"`
188+
|org.codeberg.ORG/PROJECT | `"https://codeberg.org/ORG/PROJECT.git"`
189+
|page.codeberg.ORG/PROJECT | `"https://codeberg.org/ORG/PROJECT.git"`
188190
|===
189191

190192
This is an example deps.edn including two valid git deps, the first with inferred git url, git tag, and sha prefix, and the second with explicit git url and full sha:

content/releases/tools.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ For more information see the following docs:
2222

2323
Recent official releases are described here. Prereleases and older versions can be found in the https://github.com/clojure/brew-install/blob/1.12.1/CHANGELOG.md[repo changelog].
2424

25+
=== 1.12.4.1597 (Jan 26, 2026) [[v1.12.4.1597]]
26+
27+
* TDEPS-273 Add codeberg.org to git deps auto url support
28+
* TDEPS-269 Embed and check checksums in Linux and Posix installers
29+
* TDEPS-274 Add additional options to curl in linux and posix installer for retry and timeout
30+
* Update to latest deps
31+
2532
=== 1.12.4.1582 (Dec 10, 2025) [[v1.12.4.1582]]
2633

2734
* Update to Clojure 1.12.4

0 commit comments

Comments
 (0)