Skip to content

Commit

Permalink
# 0.5.23 (2024-10-10 / 739740d)
Browse files Browse the repository at this point in the history
## Added

- Add ability to add docstrings
- Add style/indent metadata
  • Loading branch information
plexus committed Oct 10, 2024
1 parent 739740d commit e743af8
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.4
0.5
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.5.23 (2024-10-10 / 739740d)

## Added

Expand Down Expand Up @@ -32,4 +32,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 @@ Morf is a state / "form" utility library for Reagent.
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.4.20"}
com.lambdaisland/morf {:mvn/version "0.5.23"}
```

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

```
[com.lambdaisland/morf "0.4.20"]
[com.lambdaisland/morf "0.5.23"]
```
<!-- /installation -->

Expand Down

0 comments on commit e743af8

Please sign in to comment.