Skip to content

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Jul 14, 2020
1 parent 7d8f6e0 commit 943b69d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[listing]
----
[philoskim/debux-stubs "0.7.4"]
[philoskim/debux-stubs "0.7.5"]
----


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-stubs "0.7.4"
(defproject philoskim/debux-stubs "0.7.5"
:description "Debux library for production"
:url "https://github.com/philoskim/debux-stubs"
:license {:name "Eclipse Public License - v 1.0"
Expand Down
4 changes: 3 additions & 1 deletion src/debux/core.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
(ns debux.core)

;;; config APIs
(defn set-debug-mode! [val])
(defn set-source-info-mode! [val])

(defn set-print-length! [num])

(defn set-debug-mode! [val])
(defmacro set-ns-blacklist! [blacklist])
(defmacro set-ns-whitelist! [whitelist])

Expand Down
4 changes: 3 additions & 1 deletion src/debux/cs/core.cljc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
(ns debux.cs.core)

;;; config APIS
(defn set-debug-mode! [val])
(defn set-source-info-mode! [val])

(defn set-print-length! [num])

(defn set-debug-mode! [val])
(defmacro set-ns-blacklist! [blacklist])
(defmacro set-ns-whitelist! [whitelist])

Expand Down

0 comments on commit 943b69d

Please sign in to comment.