Skip to content

Commit

Permalink
# 0.1.4 (2023-09-06 / 85cc0b6)
Browse files Browse the repository at this point in the history
## Added

- `with-form` / `deform`
  • Loading branch information
plexus committed Sep 6, 2023
1 parent 85cc0b6 commit b45dc46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased
# 0.1.4 (2023-09-06 / 85cc0b6)

## 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.0.0"}
com.lambdaisland/morf {:mvn/version "0.1.4"}
```

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

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

Expand Down

0 comments on commit b45dc46

Please sign in to comment.