From 3dfbf8607593aa46c36d689677e77b713ae2ae1d Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Sat, 2 Apr 2022 03:57:57 -0700 Subject: [PATCH] Version 0.6.8 --- docs/change_log.txt | 6 ++++++ messages.json | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/change_log.txt b/docs/change_log.txt index b13a1026..8c0b7cee 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -3,6 +3,12 @@ For getting set up see https://github.com/daveleroy/sublime_debugger For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits +Version 0.6.8 + +- python: fixes issue with installing adapter +- python: allow specifying the python interpreter with `python` + + Version 0.6.7 - Fixes an issue with the latest version of vscode lldb diff --git a/messages.json b/messages.json index 74225905..b009070d 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "docs/change_log.txt", + "0.6.8": "docs/change_log.txt", "0.6.7": "docs/change_log.txt", "0.6.6": "docs/change_log.txt", "0.6.5": "docs/change_log.txt",