Skip to content

Commit

Permalink
# 0.8.46-alpha (2022-10-07 / 4c68918)
Browse files Browse the repository at this point in the history
## Fixed

- Fixed some of the watching behavior
- Watch files even if they don't yet exist (pick up when they get created)
- Better deal with `:aliases {...}` in `deps.local.edn`
- Clean up output

## Added

- `--go` flag, automatically call `(user/go)`
  • Loading branch information
plexus committed Oct 7, 2022
1 parent 4c68918 commit 8ec3d06
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.7
0.8
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.8.46-alpha (2022-10-07 / 4c68918)

## Fixed

Expand Down Expand Up @@ -61,4 +61,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 8ec3d06

Please sign in to comment.