Skip to content

Commit 3c2deb0

Browse files
committed
# 0.2.5 (2024-09-05 / a9f3072)
## Added - docstring
1 parent a9f3072 commit 3c2deb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.2.5 (2024-09-05 / a9f3072)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ data structures.
9696
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
9797

9898
```
99-
com.lambdaisland/xml-select {:mvn/version "0.1.1"}
99+
com.lambdaisland/xml-select {:mvn/version "0.2.5"}
100100
```
101101

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

104104
```
105-
[com.lambdaisland/xml-select "0.1.1"]
105+
[com.lambdaisland/xml-select "0.2.5"]
106106
```
107107
<!-- /installation -->
108108

0 commit comments

Comments
 (0)