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 85cc0b6 commit b45dc46Copy full SHA for b45dc46
.VERSION_PREFIX
@@ -0,0 +1 @@
1
+0.1
CHANGELOG.md
@@ -1,5 +1,5 @@
-# Unreleased
+# 0.1.4 (2023-09-06 / 85cc0b6)
2
3
## Added
4
5
-- `with-form` / `deform`
+- `with-form` / `deform`
README.md
@@ -14,13 +14,13 @@
14
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
15
16
```
17
-com.lambdaisland/morf {:mvn/version "0.0.0"}
+com.lambdaisland/morf {:mvn/version "0.1.4"}
18
19
20
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
21
22
23
-[com.lambdaisland/morf "0.0.0"]
+[com.lambdaisland/morf "0.1.4"]
24
25
<!-- /installation -->
26
0 commit comments