Skip to content

Commit

Permalink
bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed May 7, 2019
1 parent 99d4f3e commit 49dafb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -16,7 +16,7 @@
- Impl: Prefix->level map must be available before `deflevel` is eval'ed (compile time)


## [WIP] 0.9.3 / 2019-May-??
## 0.9.3 / 2019-May-07

- Upgrade dependencies
- clojure.tools.logging to version `0.4.1`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,7 @@ Core module for the Cambium logging API.

## Clojars coordinates

`[cambium/cambium.core "0.9.2"]`
`[cambium/cambium.core "0.9.3"]`


## Documentation
Expand Down Expand Up @@ -36,7 +36,7 @@ $ lein do clean, test-all-log4j2

## License

Copyright © 2017-2019 Shantanu Kumar (kumar.shantanu@gmail.com, shantanu.kumar@concur.com)
Copyright © 2017-2019 Shantanu Kumar

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.
5 changes: 2 additions & 3 deletions project.clj
@@ -1,4 +1,4 @@
(defproject cambium/cambium.core "0.9.3-SNAPSHOT"
(defproject cambium/cambium.core "0.9.3"
:description "Core module for the Cambium logging API"
:url "https://github.com/cambium-clojure/cambium.core"
:license {:name "Eclipse Public License"
Expand All @@ -11,7 +11,7 @@
*warn-on-reflection* true
*unchecked-math* :warn-on-boxed}
:profiles {:provided {:dependencies [[org.clojure/clojure "1.5.1"]]}
:codec-simple {:dependencies [[cambium/cambium.codec-simple "0.9.2"]]}
:codec-simple {:dependencies [[cambium/cambium.codec-simple "0.9.3"]]}
:logback {:dependencies [[ch.qos.logback/logback-classic "1.2.3"]
[ch.qos.logback/logback-core "1.2.3"]]}
:log4j12 {:dependencies [[org.slf4j/slf4j-log4j12 "1.7.25"]
Expand All @@ -29,4 +29,3 @@
:aliases {"test-all-logback" ["with-profile" "logback,c05:logback,c06:logback,c07:logback,c08:logback,c09:logback,c10" "test"]
"test-all-log4j12" ["with-profile" "log4j12,c05:log4j12,c06:log4j12,c07:log4j12,c08:log4j12,c09:log4j12,c10" "test"]
"test-all-log4j2" ["with-profile" "log4j2,c05:log4j2,c06:log4j2,c07:log4j2,c08:log4j2,c09:log4j2,c10" "test"]})

0 comments on commit 49dafb3

Please sign in to comment.