We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c75ef commit 700f3e1Copy full SHA for 700f3e1
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.7
+0.8
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.8.45 (2024-06-18 / 67c75ef)
2
3
## Added
4
README.md
@@ -24,13 +24,13 @@ overhead when doing cross-platform development.
24
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
25
26
```
27
-com.lambdaisland/hiccup {:mvn/version "0.7.42"}
+com.lambdaisland/hiccup {:mvn/version "0.8.45"}
28
29
30
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
31
32
33
-[com.lambdaisland/hiccup "0.7.42"]
+[com.lambdaisland/hiccup "0.8.45"]
34
35
<!-- /installation -->
36
0 commit comments