Skip to content

Commit

Permalink
# 0.23.114-alpha (2024-01-22 / dd05ea6)
Browse files Browse the repository at this point in the history
## Added

- Inject shadow-cljs deps when needed and not already present
- Support for more fine grained step customization with `start-steps`/`end-steps`/`pre-steps`/`post-steps`

## Changed

- Check deps before injecting extra deps (cider, nrepl, shadow, etc). Declared
  deps versions always get precedence.
- More succinct output while starting up
- Show command line invocations that are being run
  • Loading branch information
plexus committed Jan 22, 2024
1 parent dd05ea6 commit 6c397de
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.22
0.23
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.23.114-alpha (2024-01-22 / dd05ea6)

## Added

Expand Down Expand Up @@ -175,4 +175,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 6c397de

Please sign in to comment.