Skip to content

Commit e490b56

Browse files
committed
# 0.14.67 (2025-02-03 / 26d417f)
## Added - Added support for using multimethods as tags in hiccup expressions
1 parent 26d417f commit e490b56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13
1+
0.14

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.14.67 (2025-02-03 / 26d417f)
22

33
## Added
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ overhead when doing cross-platform development.
2525
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
2626

2727
```
28-
com.lambdaisland/hiccup {:mvn/version "0.13.64"}
28+
com.lambdaisland/hiccup {:mvn/version "0.14.67"}
2929
```
3030

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

3333
```
34-
[com.lambdaisland/hiccup "0.13.64"]
34+
[com.lambdaisland/hiccup "0.14.67"]
3535
```
3636
<!-- /installation -->
3737

0 commit comments

Comments
 (0)