Skip to content

Commit 233ff93

Browse files
committed
update for release
1 parent d91ed16 commit 233ff93

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 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.2.4] - 2022-01-04
99

1010
### Changed
1111
- Bumped log4j test deps to 2.17.1
@@ -120,6 +120,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
120120
- Initial implementation of Clojure-aware logging abstraction.
121121

122122
[Unreleased]: https://github.com/clojure/tools.logging/compare/tools.logging-1.1.0...HEAD
123+
[1.2.4]: https://github.com/clojure/tools.logging/compare/v1.2.3...v1.2.4
123124
[1.2.3]: https://github.com/clojure/tools.logging/compare/v1.2.2...v1.2.3
124125
[1.2.2]: https://github.com/clojure/tools.logging/compare/v1.2.1...v1.2.2
125126
[1.2.1]: https://github.com/clojure/tools.logging/compare/v1.2.0...v1.2.1

README.md

Lines changed: 6 additions & 13 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.3]
8+
Lastest stable release is [1.2.4]
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.3"}
12+
org.clojure/tools.logging {:mvn/version "1.2.4"}
1313
```
1414

1515
Leiningen:
1616

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

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

31-
Gradle:
32-
33-
```clojure
34-
compile "org.clojure:tools.logging:1.2.3"
35-
```
36-
37-
3831
## Usage
3932

4033
[Latest API Documentation](https://clojure.github.io/tools.logging)
@@ -137,12 +130,12 @@ will end up printing the data map.
137130

138131
## License
139132

140-
Copyright © 2009-2021 Rich Hickey, Alex Taggart, and contributors
133+
Copyright © 2009-2022 Rich Hickey, Alex Taggart, and contributors
141134

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

144137

145-
[1.2.3]: https://github.com/clojure/tools.logging/tree/v1.2.3
138+
[1.2.4]: https://github.com/clojure/tools.logging/tree/v1.2.4
146139
[Leiningen example]: https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
147140
[SLF4J]: http://www.slf4j.org/
148141
[Apache Commons Logging]: https://commons.apache.org/logging

0 commit comments

Comments
 (0)