We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8082b04 commit 4659fbdCopy full SHA for 4659fbd
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.4
+0.5
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.5.24-alpha (2023-10-03 / 8082b04)
2
3
## Changed
4
@@ -24,4 +24,4 @@
24
25
## Fixed
26
27
-## Changed
+## Changed
README.md
@@ -14,13 +14,13 @@
14
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
15
16
```
17
-com.lambdaisland/webbing {:mvn/version "0.4.20-alpha"}
+com.lambdaisland/webbing {:mvn/version "0.5.24-alpha"}
18
19
20
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
21
22
23
-[com.lambdaisland/webbing "0.4.20-alpha"]
+[com.lambdaisland/webbing "0.5.24-alpha"]
<!-- /installation -->
0 commit comments