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 9db9c06 commit 1c2da2eCopy full SHA for 1c2da2e
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.4
+0.5
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.5.22 (2025-02-06 / 9db9c06)
2
3
## Changed
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.4.17"}
+com.lambdaisland/config {:mvn/version "0.5.22"}
32
33
34
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
35
36
37
-[com.lambdaisland/config "0.4.17"]
+[com.lambdaisland/config "0.5.22"]
38
39
<!-- /installation -->
40
0 commit comments