Skip to content

Commit 0ede932

Browse files
committed
update for release
1 parent ab9cd07 commit 0ede932

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ 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-
## [Unreleased]
8+
## [1.2.2] - 2021-12-14
99

1010
### Changed
11-
- Bumped log4j testing deps to 2.16.0
11+
- Bumped log4j test deps to 2.16.0
1212

1313
## [1.2.1] - 2021-12-10
1414

@@ -110,8 +110,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
110110
- Initial implementation of Clojure-aware logging abstraction.
111111

112112
[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/tools.logging-1.2.0...tools.logging-1.2.1
114-
[1.2.0]: https://github.com/clojure/tools.logging/compare/tools.logging-1.1.0...tools.logging-1.2.0
113+
[1.2.1]: https://github.com/clojure/tools.logging/compare/v1.2.1...v1.2.2
114+
[1.2.1]: https://github.com/clojure/tools.logging/compare/v1.2.0...v1.2.1
115+
[1.2.0]: https://github.com/clojure/tools.logging/compare/tools.logging-1.1.0...v1.2.0
115116
[1.1.0]: https://github.com/clojure/tools.logging/compare/tools.logging-1.0.0...tools.logging-1.1.0
116117
[1.0.0]: https://github.com/clojure/tools.logging/compare/tools.logging-0.6.0...tools.logging-1.0.0
117118
[0.6.0]: https://github.com/clojure/tools.logging/compare/tools.logging-0.5.0...tools.logging-0.6.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.1]
8+
Lastest stable release is [1.2.2]
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.1"}
12+
org.clojure/tools.logging {:mvn/version "1.2.2"}
1313
```
1414

1515
Leiningen:
1616

1717
```clojure
18-
[org.clojure/tools.logging "1.2.1"]
18+
[org.clojure/tools.logging "1.2.2"]
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.1</version>
27+
<version>1.2.2</version>
2828
</dependency>
2929
```
3030

3131
Gradle:
3232

3333
```clojure
34-
compile "org.clojure:tools.logging:1.2.1"
34+
compile "org.clojure:tools.logging:1.2.2"
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.1]: https://github.com/clojure/tools.logging/tree/tools.logging-1.2.1
145+
[1.2.2]: https://github.com/clojure/tools.logging/tree/v1.2.2
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)