Skip to content

Commit

Permalink
Release 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Jul 26, 2024
1 parent 4748b9a commit b4a517d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@

## master (unreleased)

### New Features

### Changes

### Bugs fixed

## 3.17.1 (26-07-2024)

### New Features

- Add before-reload and after-reload hooks for the namespace reloading utilities
### Changes

- Update tutorial

### Bugs fixed

- Improve ns auto reload for namespaces loaded with load-file
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,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.17.0"]`
- `[com.github.flow-storm/flow-storm-dbg "3.17.1"]`
- A slimmer version with no GUI, to use it for Clojure or ClojureScript remote debugging
- `[com.github.flow-storm/flow-storm-inst "3.17.0"]`
- `[com.github.flow-storm/flow-storm-inst "3.17.1"]`

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.17.0"))
"3.17.1"))

(def target-dir "target")
(def class-dir (str target-dir "/classes"))
Expand Down

0 comments on commit b4a517d

Please sign in to comment.