Skip to content

Commit 5ef312f

Browse files
committed
update for release
1 parent cffe360 commit 5ef312f

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [1.2.3] - 2021-12-18
9+
10+
### Changed
11+
- Bumped log4j test deps to 2.17.0
12+
813
## [1.2.2] - 2021-12-14
914

1015
### Changed
@@ -110,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
110115
- Initial implementation of Clojure-aware logging abstraction.
111116

112117
[Unreleased]: https://github.com/clojure/tools.logging/compare/tools.logging-1.1.0...HEAD
113-
[1.2.1]: https://github.com/clojure/tools.logging/compare/v1.2.1...v1.2.2
118+
[1.2.3]: https://github.com/clojure/tools.logging/compare/v1.2.2...v1.2.3
119+
[1.2.2]: https://github.com/clojure/tools.logging/compare/v1.2.1...v1.2.2
114120
[1.2.1]: https://github.com/clojure/tools.logging/compare/v1.2.0...v1.2.1
115121
[1.2.0]: https://github.com/clojure/tools.logging/compare/tools.logging-1.1.0...v1.2.0
116122
[1.1.0]: https://github.com/clojure/tools.logging/compare/tools.logging-1.0.0...tools.logging-1.1.0

README.md

Lines changed: 6 additions & 6 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.2]
8+
Lastest stable release is [1.2.3]
99

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

1515
Leiningen:
1616

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

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

3131
Gradle:
3232

3333
```clojure
34-
compile "org.clojure:tools.logging:1.2.2"
34+
compile "org.clojure:tools.logging:1.2.3"
3535
```
3636

3737

@@ -142,7 +142,7 @@ Copyright © 2009-2021 Rich Hickey, Alex Taggart, and contributors
142142
Licensed under the EPL. (See the file epl.html.)
143143

144144

145-
[1.2.2]: https://github.com/clojure/tools.logging/tree/v1.2.2
145+
[1.2.3]: https://github.com/clojure/tools.logging/tree/v1.2.3
146146
[Leiningen example]: https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
147147
[SLF4J]: http://www.slf4j.org/
148148
[Apache Commons Logging]: https://commons.apache.org/logging

0 commit comments

Comments
 (0)