Skip to content

Commit

Permalink
# 0.1.1 (2024-08-23 / fd53a2b)
Browse files Browse the repository at this point in the history
## Added

- `lambdaisland.xml-select/select`
  • Loading branch information
plexus committed Aug 23, 2024
1 parent fd53a2b commit 70ba3d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.1.1 (2024-08-23 / fd53a2b)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ data structures.
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/xml-select {:mvn/version "0.0.0"}
com.lambdaisland/xml-select {:mvn/version "0.1.1"}
```

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

```
[com.lambdaisland/xml-select "0.0.0"]
[com.lambdaisland/xml-select "0.1.1"]
```
<!-- /installation -->

Expand Down

0 comments on commit 70ba3d7

Please sign in to comment.