Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Release 1.0.12 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle authored Apr 3, 2024
1 parent 37aa9a7 commit cc6716a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.12 <https://pypi.org/project/mentat/1.0.12/>`__
--------------------------------------------------

- Added helpful message when no api key found
- Fixed errors relating to embedding models

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

Expand Down
2 changes: 1 addition & 1 deletion mentat-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mentat",
"displayName": "Mentat",
"description": "Mentat - The AI Coding Assistant",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"publisher": "AbanteAI",
"license": "Apache-2.0",
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.11";
const MENTAT_VERSION = "1.0.12";

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.11
1.0.12

0 comments on commit cc6716a

Please sign in to comment.