Skip to content

Commit 026eaaf

Browse files
committed
# 0.2.7 (2023-10-12 / 513505f)
## Added - add `reinit!` (since `reset!` was taken), to reset a form to its initial state
1 parent 513505f commit 026eaaf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.2

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.2.7 (2023-10-12 / 513505f)
22

33
## Added
44

@@ -8,4 +8,4 @@
88

99
## Added
1010

11-
- `with-form` / `deform`
11+
- `with-form` / `deform`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
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/morf {:mvn/version "0.1.4"}
17+
com.lambdaisland/morf {:mvn/version "0.2.7"}
1818
```
1919

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

2222
```
23-
[com.lambdaisland/morf "0.1.4"]
23+
[com.lambdaisland/morf "0.2.7"]
2424
```
2525
<!-- /installation -->
2626

0 commit comments

Comments
 (0)