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 a9f3072 commit 3c2deb0Copy full SHA for 3c2deb0
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.1
+0.2
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.2.5 (2024-09-05 / a9f3072)
2
3
## Added
4
README.md
@@ -96,13 +96,13 @@ data structures.
96
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
97
98
```
99
-com.lambdaisland/xml-select {:mvn/version "0.1.1"}
+com.lambdaisland/xml-select {:mvn/version "0.2.5"}
100
101
102
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
103
104
105
-[com.lambdaisland/xml-select "0.1.1"]
+[com.lambdaisland/xml-select "0.2.5"]
106
107
<!-- /installation -->
108
0 commit comments