We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262e81e commit 93b9ee7Copy full SHA for 93b9ee7
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.9
+0.10
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.10.37 (2025-08-25 / 262e81e)
2
3
## Added
4
README.md
@@ -28,13 +28,13 @@ Configuration library
28
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
29
30
```
31
-com.lambdaisland/config {:mvn/version "0.9.34"}
+com.lambdaisland/config {:mvn/version "0.10.37"}
32
33
34
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
35
36
37
-[com.lambdaisland/config "0.9.34"]
+[com.lambdaisland/config "0.10.37"]
38
39
<!-- /installation -->
40
0 commit comments