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 7e67cd5 commit f1e5f04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
([despite its flaws](https://www.youtube.com/watch?v=oyLBGkS5ICk)).

## next
## [1.3.0] - 2024-02-06

### Changed
- TLOG-28 - Moved slf4j test deps to 2.0.6
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ at runtime when the `clojure.tools.logging` namespace is first loaded.

## Installation

Lastest stable release is [1.2.4]
Lastest stable release is [1.3.0]

[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
```clojure
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.clojure/tools.logging {:mvn/version "1.3.0"}
```

Leiningen:

```clojure
[org.clojure/tools.logging "1.2.4"]
[org.clojure/tools.logging "1.3.0"]
```

Maven:
Expand All @@ -24,7 +24,7 @@ Maven:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.logging</artifactId>
<version>1.2.4</version>
<version>1.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -130,15 +130,16 @@ will end up printing the data map.

## License

Copyright © 2009-2023 Rich Hickey, Alex Taggart, and contributors
Copyright © Rich Hickey, Alex Taggart, and contributors

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


[1.3.0]: https://github.com/clojure/tools.logging/tree/v1.3.0
[1.2.4]: https://github.com/clojure/tools.logging/tree/v1.2.4
[Leiningen example]: https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
[SLF4J]: http://www.slf4j.org/
[SLF4J]: https://www.slf4j.org/
[Apache Commons Logging]: https://commons.apache.org/logging
[Log4J 2]: https://logging.apache.org/log4j/2.x/
[Log4J]: http://logging.apache.org/log4j/1.2/
[Log4J]: https://logging.apache.org/log4j/1.2/
[java.util.logging]: https://docs.oracle.com/en/java/javase/13/docs/api/java.logging/java/util/logging/package-summary.html

0 comments on commit f1e5f04

Please sign in to comment.