Skip to content

Commit 70ba3d7

Browse files
committed
# 0.1.1 (2024-08-23 / fd53a2b)
## Added - `lambdaisland.xml-select/select`
1 parent fd53a2b commit 70ba3d7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.1.1 (2024-08-23 / fd53a2b)
22

33
## Added
44

README.md

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

110110
```
111-
com.lambdaisland/xml-select {:mvn/version "0.0.0"}
111+
com.lambdaisland/xml-select {:mvn/version "0.1.1"}
112112
```
113113

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

116116
```
117-
[com.lambdaisland/xml-select "0.0.0"]
117+
[com.lambdaisland/xml-select "0.1.1"]
118118
```
119119
<!-- /installation -->
120120

0 commit comments

Comments
 (0)