Skip to content

Commit

Permalink
Release 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Nov 17, 2023
1 parent 19892b7 commit e056470
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### New Features
### Changes

### Bugs fixed

## 3.8.6 (17-11-2023)

### New Features
### Changes

- Don't print handled exception error messages on std-err since it messes up cider
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ You use it by swapping the official Clojure compiler by ClojureStorm at dev time
FlowStorm latest stable releases :

- The complete debugger (includes `flow-storm-inst`)
- `[com.github.flow-storm/flow-storm-dbg "3.8.5"]`
- `[com.github.flow-storm/flow-storm-dbg "3.8.6"]`
- A slimmer version with no GUI, to use it for Clojure or ClojureScript remote debugging
- `[com.github.flow-storm/flow-storm-inst "3.8.5"]`
- `[com.github.flow-storm/flow-storm-inst "3.8.6"]`

ClojureStorm latest stable releases :

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[clojure.spec.alpha :as s]))

(def version (or (System/getenv "VERSION")
"3.8.5"))
"3.8.6"))

(def target-dir "target")
(def class-dir (str target-dir "/classes"))
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
thheller/shadow-cljs {:mvn/version "2.23.3"}}}

:storm {:classpath-overrides {org.clojure/clojure nil}
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.11.1-13"}}
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.11.1-15"}}
:jvm-opts [
;; "-Xmx20500m"
;;"-Dflowstorm.startRecording=false"
Expand Down

0 comments on commit e056470

Please sign in to comment.