From 2849e6acf3d3eee5f02c401ff77414e80a0fb275 Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Mon, 22 Jan 2024 13:36:20 +0100 Subject: [PATCH] # 0.25.120-alpha (2024-01-22 / cd0da82) ## Added - Additional flags for injection Portal, Sayid, debug-repl - `--vs-code` as alias for `--cider-nrepl` - Allow setting options as a map (:launchpad/options) in `deps.local.edn` / `~/clojure/deps.edn` ## Changed - More succinct and nice looking output on boot. Only show nREPL port and launchpad flags. --- .VERSION_PREFIX | 2 +- CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.VERSION_PREFIX b/.VERSION_PREFIX index fc54e00..2a64fae 100644 --- a/.VERSION_PREFIX +++ b/.VERSION_PREFIX @@ -1 +1 @@ -0.24 \ No newline at end of file +0.25 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 722c04c..c02f603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.25.120-alpha (2024-01-22 / cd0da82) ## Added @@ -195,4 +195,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 \ No newline at end of file