File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
([ despite its flaws] ( https://www.youtube.com/watch?v=oyLBGkS5ICk ) ).
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 1.1.0] - 2020-04-25
9
11
### Added
10
12
- Add implementation of ` spyf ` to ` clojure.tools.logging.readable ` .
11
13
@@ -94,7 +96,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
94
96
### Added
95
97
- Initial implementation of Clojure-aware logging abstraction.
96
98
97
- [ Unreleased ] : https://github.com/clojure/tools.logging/compare/tools.logging-1.0.0...HEAD
99
+ [ Unreleased ] : https://github.com/clojure/tools.logging/compare/tools.logging-1.1.0...HEAD
100
+ [ 1.1.0 ] : https://github.com/clojure/tools.logging/compare/tools.logging-1.0.0...tools.logging-1.1.0
98
101
[ 1.0.0 ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.6.0...tools.logging-1.0.0
99
102
[ 0.6.0 ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.5.0...tools.logging-0.6.0
100
103
[ 0.5.0 ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.4.1...tools.logging-0.5.0
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ at runtime when the `clojure.tools.logging` namespace is first loaded.
5
5
6
6
## Installation
7
7
8
- Lastest stable release is [ 1.0 .0]
8
+ Lastest stable release is [ 1.1 .0]
9
9
10
10
Leiningen:
11
11
12
12
``` clojure
13
- [org.clojure/tools.logging " 1.0 .0" ]
13
+ [org.clojure/tools.logging " 1.1 .0" ]
14
14
```
15
15
16
16
Maven:
@@ -19,14 +19,14 @@ Maven:
19
19
<dependency >
20
20
<groupId >org.clojure</groupId >
21
21
<artifactId >tools.logging</artifactId >
22
- <version >1.0 .0</version >
22
+ <version >1.1 .0</version >
23
23
</dependency >
24
24
```
25
25
26
26
Gradle:
27
27
28
28
``` clojure
29
- compile " org.clojure:tools.logging:1.0 .0"
29
+ compile " org.clojure:tools.logging:1.1 .0"
30
30
```
31
31
32
32
@@ -106,7 +106,7 @@ Copyright © 2009 Alex Taggart
106
106
Licensed under the EPL. (See the file epl.html.)
107
107
108
108
109
- [ 1.0 .0 ] : https://github.com/clojure/tools.logging/tree/tools.logging-1.0 .0
109
+ [ 1.1 .0 ] : https://github.com/clojure/tools.logging/tree/tools.logging-1.1 .0
110
110
[ Leiningen example ] : https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
111
111
[ SLF4J ] : http://www.slf4j.org/
112
112
[ Apache Commons Logging ] : https://commons.apache.org/logging
Original file line number Diff line number Diff line change 1
- (defproject org.clojure /tools.logging " 1.0 .1-SNAPSHOT"
1
+ (defproject org.clojure /tools.logging " 1.1 .1-SNAPSHOT"
2
2
:description " Clojure logging API."
3
3
:url " https://github.com/clojure/tools.logging"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments