Skip to content

Commit

Permalink
v1.3.182
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 20, 2023
1 parent 94c5141 commit 560369e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ 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.182 (2023-07-20)

- [#1579](https://github.com/babashka/babashka/issues/1579): add `clojure.tools.reader/resolve-symbol`
- [#1581](https://github.com/babashka/babashka/issues/1581): `bb print-deps`: sort dependencies
- Upgrade `babashka.http-client` to `0.4.12`
- [#1581](https://github.com/babashka/babashka/issues/1581): `bb print-deps`: sort dependencies ([@teodorlu](https://github.com/teodorlu))
- Upgrade `babashka.http-client` to `0.4.12`, fixes `:insecure` option
- Bump [edamame](https://github.com/borkdude/edamame) to `1.3.23`: fixes infinite loop with reader conditional expression
- Bump [Selmer](https://github.com/yogthos/Selmer) to Bumping to `1.12.59`
- Bump [deps.clj](https://github.com/borkdude/deps.clj) with more fixes which should make downloading/installation of tools jar more robust
- Add `javax.net.ssl.X509ExtendedTrustManager` class
- Bump [babashka.process](https://github.com/babashka/process): accept path or file as `:dir` argument
- Bump [hiccup](https://github.com/weavejester/hiccup) to `2.0.0-RC1`

## 1.3.181 (2023-06-13)

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

0 comments on commit 560369e

Please sign in to comment.