Skip to content

Commit 1c2da2e

Browse files
committed
# 0.5.22 (2025-02-06 / 9db9c06)
## Changed - Bump data-printers, and use the new `auto` functionality
1 parent 9db9c06 commit 1c2da2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4
1+
0.5

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.5.22 (2025-02-06 / 9db9c06)
22

33
## Changed
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Configuration library
2828
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
2929

3030
```
31-
com.lambdaisland/config {:mvn/version "0.4.17"}
31+
com.lambdaisland/config {:mvn/version "0.5.22"}
3232
```
3333

3434
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
3535

3636
```
37-
[com.lambdaisland/config "0.4.17"]
37+
[com.lambdaisland/config "0.5.22"]
3838
```
3939
<!-- /installation -->
4040

0 commit comments

Comments
 (0)