Skip to content

Commit ad063d2

Browse files
committed
# 0.1.6 (2024-12-17 / 0e8e619)
## Added - First release
1 parent 0e8e619 commit ad063d2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.1.6 (2024-12-17 / 0e8e619)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Configuration library
1414
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
1515

1616
```
17-
com.lambdaisland/config {:mvn/version "0.0.0"}
17+
com.lambdaisland/config {:mvn/version "0.1.6"}
1818
```
1919

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

2222
```
23-
[com.lambdaisland/config "0.0.0"]
23+
[com.lambdaisland/config "0.1.6"]
2424
```
2525
<!-- /installation -->
2626

0 commit comments

Comments
 (0)