Skip to content

Commit

Permalink
Release 1.0.14 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle authored Apr 5, 2024
1 parent 8a70f70 commit 0a984b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pypi.org/project/mentat/1.0.14/>`__
--------------------------------------------------

- Fixed bugs relating to VSCode extension
- Updated dependencies

`1.0.13 <https://pypi.org/project/mentat/1.0.13/>`__
--------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion mentat-vscode/src/utils/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion mentat/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.13
1.0.14

0 comments on commit 0a984b9

Please sign in to comment.