Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 8d4a864 commit 5c1f794
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0-alpha9

- Update parent pom, depend on Clojure 1.9.0

## 0.2.0-alpha8

- When parsing, only include namespace in tags when :namespace-aware is true
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please report bugs using JIRA [here](https://clojure.atlassian.net/browse/DXML).

Latest stable release: `0.0.8`

Latest preview release: `0.2.0-alpha8`
Latest preview release: `0.2.0-alpha9`

(The main features of the `0.2.0` series are XML Namespace support and Clojurescript support)

Expand All @@ -49,7 +49,7 @@ For Maven projects, add the following XML in your `pom.xml`'s `<dependencies>` s
<dependency>
<groupId>org.clojure</groupId>
<artifactId>data.xml</artifactId>
<version>0.2.0-alpha8</version>
<version>0.2.0-alpha9</version>
</dependency>

### Leiningen
Expand All @@ -63,7 +63,7 @@ Add the following to the `project.clj` dependencies:

For preview:

[org.clojure/data.xml "0.2.0-alpha8"]
[org.clojure/data.xml "0.2.0-alpha9"]

### [CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli)

Expand All @@ -73,7 +73,7 @@ Add the following to the `deps.edn` dependencies:
org.clojure/data.xml {:mvn/version "0.0.8"}

;; for preview version:
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha9"}
```

## Examples
Expand Down Expand Up @@ -394,6 +394,6 @@ Licensed under the [Eclipse Public License](https://opensource.org/license/epl-1
## Contributing

All contributions need to be made via patches attached to tickets in
[JIRA](http://clojure.atlassian.net/browse/DXML). Check the
[JIRA](https://clojure.atlassian.net/browse/DXML). Check the
[Contributing to Clojure](https://clojure.org/community/contributing) page for
more information.

0 comments on commit 5c1f794

Please sign in to comment.