Skip to content

Commit f1e5f04

Browse files
committed
update for release
1 parent 7e67cd5 commit f1e5f04

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66
([despite its flaws](https://www.youtube.com/watch?v=oyLBGkS5ICk)).
77

8-
## next
8+
## [1.3.0] - 2024-02-06
99

1010
### Changed
1111
- TLOG-28 - Moved slf4j test deps to 2.0.6

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ at runtime when the `clojure.tools.logging` namespace is first loaded.
55

66
## Installation
77

8-
Lastest stable release is [1.2.4]
8+
Lastest stable release is [1.3.0]
99

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

1515
Leiningen:
1616

1717
```clojure
18-
[org.clojure/tools.logging "1.2.4"]
18+
[org.clojure/tools.logging "1.3.0"]
1919
```
2020

2121
Maven:
@@ -24,7 +24,7 @@ Maven:
2424
<dependency>
2525
<groupId>org.clojure</groupId>
2626
<artifactId>tools.logging</artifactId>
27-
<version>1.2.4</version>
27+
<version>1.3.0</version>
2828
</dependency>
2929
```
3030

@@ -130,15 +130,16 @@ will end up printing the data map.
130130

131131
## License
132132

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

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

137137

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

0 commit comments

Comments
 (0)