Skip to content

Commit

Permalink
release version 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Jun 13, 2019
1 parent 01754f9 commit 7a8a7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4 / 2019-June-??
## 1.0.0-beta1 / 2019-June-13

- Add function `cambium.mdc/get-raw-mdc`
- Add `cambium.trace` namespace
Expand Down
6 changes: 3 additions & 3 deletions project.clj
@@ -1,4 +1,4 @@
(defproject cambium/cambium.core "0.9.4-SNAPSHOT"
(defproject cambium/cambium.core "1.0.0-beta1"
:description "Core module for the Cambium logging API"
:url "https://github.com/cambium-clojure/cambium.core"
:license {:name "Eclipse Public License"
Expand All @@ -11,10 +11,10 @@
*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.3"]]}
:codec-simple {:dependencies [[cambium/cambium.codec-simple "1.0.0"]]}
: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"]
:log4j12 {:dependencies [[org.slf4j/slf4j-log4j12 "1.7.26"]
[log4j/log4j "1.2.17"]]}
:log4j2 {:dependencies [[org.apache.logging.log4j/log4j-api "2.11.0" :exclusions [org.slf4j/slf4j-api]]
[org.apache.logging.log4j/log4j-core "2.11.0" :exclusions [org.slf4j/slf4j-api]]
Expand Down

0 comments on commit 7a8a7c2

Please sign in to comment.