Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Jun 3, 2020
1 parent e420993 commit c5a3774
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ To include `debux` in your project for development, simply add the following to

[source]
....
[philoskim/debux "0.6.6"]
[philoskim/debux "0.6.7"]
....

and this to your *production* dependencies.

[source]
....
[philoskim/debux-stubs "0.6.6"]
[philoskim/debux-stubs "0.6.7"]
....


Expand All @@ -65,6 +65,9 @@ and this to your *production* dependencies.
NOTE: You can see _All change logs since v0.3.0_
https://github.com/philoskim/debux/tree/master/doc/change-logs.adoc[here].

* v0.6.7
** Bug fixed and code cleaned up
* v0.6.6
** `pass:[some->]` and `pass:[some->>]` support in `dbg` and `clog` added for the
debugging convenience. See <<some-threading-macros, here>> for details.
Expand Down Expand Up @@ -3046,7 +3049,7 @@ an example about running the link:https://github.com/bhauman/lein-figwheel[figwh
(defproject examples "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.10.238"]
[philoskim/debux "0.6.6"]]
[philoskim/debux "0.6.7"]]
:plugins [[lein-cljsbuild "1.1.6"]
[lein-figwheel "0.5.10"]]
:source-paths ["src/clj"]
Expand Down
3 changes: 3 additions & 0 deletions doc/change-logs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
:source-highlighter: coderay
:sectnums:

* v0.6.7
** Bug fixed and code cleaned up
* v0.6.6
** `pass:[some->]` and `pass:[some->>]` support in `dbg` and `clog` added for the
debugging convenience.
Expand Down
2 changes: 1 addition & 1 deletion examples/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.10.238"]
[org.clojure/core.async "0.3.465"]
[philoskim/debux "0.6.6"]]
[philoskim/debux "0.6.7"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-figwheel "0.5.18"]]
:source-paths ["src/clj" "src/cljc"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject philoskim/debux "0.6.6"
(defproject philoskim/debux "0.6.7"
:description "A trace-based debugging library for Clojure and ClojureScript"
:url "https://github.com/philoskim/debux"
:license {:name "Eclipse Public License - v 1.0"
Expand Down

0 comments on commit c5a3774

Please sign in to comment.