Skip to content

Commit

Permalink
# 0.2.7 (2023-10-12 / 513505f)
Browse files Browse the repository at this point in the history
## Added

- add `reinit!` (since `reset!` was taken), to reset a form to its initial state
  • Loading branch information
plexus committed Oct 12, 2023
1 parent 513505f commit 026eaaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.2.7 (2023-10-12 / 513505f)

## Added

Expand All @@ -8,4 +8,4 @@

## Added

- `with-form` / `deform`
- `with-form` / `deform`
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/morf {:mvn/version "0.1.4"}
com.lambdaisland/morf {:mvn/version "0.2.7"}
```

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

```
[com.lambdaisland/morf "0.1.4"]
[com.lambdaisland/morf "0.2.7"]
```
<!-- /installation -->

Expand Down

0 comments on commit 026eaaf

Please sign in to comment.