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 a61caeb commit 2930acf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
========================================

* Release 1.4.0 on 19 Feb 2024
* Update parent pom and Clojure dep versions to 1.9.0
* Release 1.3.7 on 9 Nov 2023
* Reset source-logging-reader's buffer like in Clojure (#TRDR-69)
* Respect forms :line and :column meta when provided
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
Releases and Dependency Information
========================================

Latest stable release: 1.3.7
Latest stable release: 1.4.0

* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.reader%22)

* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Etools.reader%7E%7E%7E)

[clj](https://clojure.org/guides/getting_started) dependency information:
```clojure
org.clojure/tools.reader {:mvn/version "1.3.7"}
org.clojure/tools.reader {:mvn/version "1.4.0"}
```

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

```clojure
[org.clojure/tools.reader "1.3.7"]
[org.clojure/tools.reader "1.4.0"]
```
[Maven](https://maven.apache.org/) dependency information:

```xml
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>1.3.7</version>
<version>1.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -175,6 +175,6 @@ There are small differences from clojure.lang.LispReader:

## License

Copyright © 2013-2023 Nicola Mometto, Rich Hickey & contributors.
Copyright © Nicola Mometto, Rich Hickey & contributors.

Licensed under the EPL. (See the file epl.html.)

0 comments on commit 2930acf

Please sign in to comment.