File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
66([ despite its flaws] ( https://www.youtube.com/watch?v=oyLBGkS5ICk ) ).
77
88## [ Unreleased]
9+
10+ ## [ 0.5.0] - 2019-07-22
911### Added
1012- Add support for testing logs in ` clojure.tools.logging.test `
1113
@@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7173### Added
7274- Initial implementation of Clojure-aware logging abstraction.
7375
74- [ Unreleased ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.4.1...HEAD
76+ [ Unreleased ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.5.0...HEAD
77+ [ 0.5.0 ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.4.1...tools.logging-0.5.0
7578[ 0.4.1 ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.4.0...tools.logging-0.4.1
7679[ 0.4.0 ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.3.1...tools.logging-0.4.0
7780[ 0.3.1 ] : https://github.com/clojure/tools.logging/compare/tools.logging-0.3.0...tools.logging-0.3.1
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ Logging is available in Maven central. Add it to your Maven project's `pom.xml`
6969<dependency >
7070 <groupId >org.clojure</groupId >
7171 <artifactId >tools.logging</artifactId >
72- <version >0.4.1 </version >
72+ <version >0.5.0 </version >
7373</dependency >
7474```
7575
7676or your leiningen project.clj:
7777
7878``` clojure
79- [org.clojure/tools.logging " 0.4.1 " ]
79+ [org.clojure/tools.logging " 0.5.0 " ]
8080```
8181
8282Please note the changelog below.
You can’t perform that action at this time.
0 commit comments