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.11 (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle authored Mar 29, 2024
1 parent 3dc152b commit 182a4b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.11 <https://pypi.org/project/mentat/1.0.11/>`__
--------------------------------------------------

- Added /save and /load command to save and load context selections
- Changed format to fit Anthropic models
- Other bug fixes

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

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.2",
"version": "0.0.3",
"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.10";
const MENTAT_VERSION = "1.0.11";

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.10
1.0.11

0 comments on commit 182a4b8

Please sign in to comment.