Skip to content

Commit 182ea36

Browse files
committed
Update README and CHANGELOG to latest release.
1 parent 4dc6bf5 commit 182ea36

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7676
or 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

8282
Please note the changelog below.

0 commit comments

Comments
 (0)