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 db97476 commit 6d3ee84Copy full SHA for 6d3ee84
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.2
+0.3
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.3.13 (2024-12-23 / db97476)
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.2.10"}
+com.lambdaisland/config {:mvn/version "0.3.13"}
32
33
34
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
35
36
37
-[com.lambdaisland/config "0.2.10"]
+[com.lambdaisland/config "0.3.13"]
38
39
<!-- /installation -->
40
0 commit comments