Skip to content

Commit

Permalink
# 0.14.72-alpha (2022-12-12 / 06eed64)
Browse files Browse the repository at this point in the history
## Added

- Add support for top-level shadow-cljs config/builds, not only sub-project builds

## Fixed

- Better handle `:paths` in `deps.local.edn`, ensure they are picked up at boot,
  not only at first classpath reload
  • Loading branch information
plexus committed Dec 12, 2022
1 parent 06eed64 commit 8cbf56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13
0.14
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.14.72-alpha (2022-12-12 / 06eed64)

## Added

Expand Down Expand Up @@ -111,4 +111,4 @@ Initial release
- lambdaisland.classpath integration
- Support for cider-nrepl, refactor-nrepl
- Basic support for shadow-cljs cljs nREPL-base REPL
- Auto-connect for Emacs
- Auto-connect for Emacs

0 comments on commit 8cbf56a

Please sign in to comment.