From 4f98595d6102e22e7e8a30f46f05576acc8dd4fc Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 22 Dec 2025 15:30:43 +0000 Subject: [PATCH] chore(main): release metis 1.3.0 --- .github/.release-please-manifest.json | 2 +- docs/CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/metis/version.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3604f9c..acc073d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/arm/metis/compare/metis-v1.2.0...metis-v1.3.0) (2025-12-22) + + +### Features + +* php, javascript plugins ([#126](https://github.com/arm/metis/issues/126)) ([fba160d](https://github.com/arm/metis/commit/fba160dde31732a408cf47f6b46d98b1629a61b1)) + + +### Bug Fixes + +* **docs:** recommend llama3.1 ([#117](https://github.com/arm/metis/issues/117)) ([2bf263d](https://github.com/arm/metis/commit/2bf263d75c2d931c0ae1e18912d034ee9b4d1862)) +* **plugin:** add validations to llm security prompt ([#110](https://github.com/arm/metis/issues/110)) ([6fde583](https://github.com/arm/metis/commit/6fde583e09d1242efae6dc790969f63e689afb99)) + ## [1.2.0](https://github.com/arm/metis/compare/metis-v1.1.0...metis-v1.2.0) (2025-12-02) diff --git a/pyproject.toml b/pyproject.toml index 3495d28..1e6ba78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "metis" -version = "1.2.0" +version = "1.3.0" description = "Metis is a command line tool for performing security code reviews using LLMs" readme = "README.md" license = { file = "LICENSE.md" } diff --git a/src/metis/version.py b/src/metis/version.py index 8a995dc..e1f27ef 100644 --- a/src/metis/version.py +++ b/src/metis/version.py @@ -2,4 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.2.0" +__version__ = "1.3.0"