From f4f3f1f2417c64c169306aa852868f00a7c69e20 Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Wed, 12 Oct 2022 11:10:15 +0200 Subject: [PATCH] # 0.9.49-alpha (2022-10-12 / d0123fe) ## Fixed - Couple the lifetime of the Clojure process to the lifetime of launchpad, exit launchpad when the process dies, and kill the process when launchpad exits --- .VERSION_PREFIX | 2 +- CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.VERSION_PREFIX b/.VERSION_PREFIX index ce609ca..9a7d84f 100644 --- a/.VERSION_PREFIX +++ b/.VERSION_PREFIX @@ -1 +1 @@ -0.8 \ No newline at end of file +0.9 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c27d51c..acb8766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.9.49-alpha (2022-10-12 / d0123fe) ## Fixed @@ -68,4 +68,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