Skip to content

Commit 5c1f794

Browse files
committed
update for release
1 parent 8d4a864 commit 5c1f794

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0-alpha9
2+
3+
- Update parent pom, depend on Clojure 1.9.0
4+
15
## 0.2.0-alpha8
26

37
- When parsing, only include namespace in tags when :namespace-aware is true

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Please report bugs using JIRA [here](https://clojure.atlassian.net/browse/DXML).
2323

2424
Latest stable release: `0.0.8`
2525

26-
Latest preview release: `0.2.0-alpha8`
26+
Latest preview release: `0.2.0-alpha9`
2727

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

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

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

6464
For preview:
6565

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

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

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

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

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

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

0 commit comments

Comments
 (0)