From 0a984b973666dbe0fb098e5b51b4b2f98dff741a Mon Sep 17 00:00:00 2001 From: PCSwingle Date: Fri, 5 Apr 2024 15:36:48 -0500 Subject: [PATCH] Release 1.0.14 (#557) --- CHANGELOG.rst | 6 ++++++ mentat-vscode/src/utils/server.ts | 2 +- mentat/VERSION | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da831786e..00f9de936 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,12 @@ Changelog In this changelog focus on user facing highlights and stick to the format. This information will be used to motivate users to upgrade or after upgrading to inform them of features that might otherwise not be very discoverable. +`1.0.14 `__ +-------------------------------------------------- + +- Fixed bugs relating to VSCode extension +- Updated dependencies + `1.0.13 `__ -------------------------------------------------- diff --git a/mentat-vscode/src/utils/server.ts b/mentat-vscode/src/utils/server.ts index ce7e43a21..5931a6a5a 100644 --- a/mentat-vscode/src/utils/server.ts +++ b/mentat-vscode/src/utils/server.ts @@ -12,7 +12,7 @@ import { v4 } from "uuid"; import * as vscode from "vscode"; // IMPORTANT: This MUST be updated with the vscode extension to ensure that the right mentat version is installed! -const MENTAT_VERSION = "1.0.12"; +const MENTAT_VERSION = "1.0.14"; const aexec = util.promisify(exec); diff --git a/mentat/VERSION b/mentat/VERSION index 2ac9634d3..5b09c67c2 100644 --- a/mentat/VERSION +++ b/mentat/VERSION @@ -1 +1 @@ -1.0.13 +1.0.14