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

Release 1.0.12 #554

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Release 1.0.12 #554

merged 1 commit into from
Apr 3, 2024

Conversation

PCSwingle
Copy link
Member

Pull Request Checklist

  • Documentation has been updated, or this change doesn't require that

@@ -2,7 +2,7 @@
"name": "mentat",
"displayName": "Mentat",
"description": "Mentat - The AI Coding Assistant",
"version": "0.0.3",
"version": "0.0.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good practice to update the version in package.json to reflect the new release version. However, make sure that the versioning scheme is consistent across the entire project. If the main project is using semantic versioning and is at 1.0.12, consider aligning the VSCode extension version to match or clearly document how the versioning schemes relate.

@@ -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";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating the MENTAT_VERSION constant here to ensure compatibility with the latest version of Mentat is crucial. Good job on keeping this in sync with the latest release.

Copy link
Contributor

mentatbot bot commented Apr 3, 2024

MENTAT CODE REVIEW IN ACTIVE DEVELOPMENT. Only in use on mentat and internal repos.
Please Reply with feedback.

This pull request effectively updates the project to version 1.0.12, including necessary changes in the changelog, version constants, and package.json for the VSCode extension. It's important to ensure that versioning across different components of the project is consistent or well-documented to avoid confusion. Overall, the changes are straightforward and align with the project's versioning update requirements.

@PCSwingle PCSwingle merged commit cc6716a into main Apr 3, 2024
16 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant