Skip to content

Commit

Permalink
v1.3.185
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 28, 2023
1 parent 9ae3649 commit ef5d2fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A preview of the next release can be installed from

[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting

## Unreleased
## 1.3.185 (2023-09-28)

- Bump babashka.http-client to v0.4.15
- Bump rewrite-clj to v0.1.1.47
Expand All @@ -18,6 +18,7 @@ A preview of the next release can be installed from
- Use PGO to speed up loops (now 2-3x faster for `(time (loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val)))`!)
- Bump babashka.cli to 0.7.53
- Fix [#babashka.nrepl/66](https://github.com/babashka/babashka.nrepl/issues/66)
- Various nREPL server improvements (classpath op, file lookup information for `cider-find-var`)

## 1.3.184 (2023-08-22)

Expand Down
2 changes: 1 addition & 1 deletion babashka.nrepl
2 changes: 1 addition & 1 deletion resources/BABASHKA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.185-SNAPSHOT
1.3.185

0 comments on commit ef5d2fd

Please sign in to comment.