Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.3.0](https://github.com/arm/metis/compare/metis-v1.2.0...metis-v1.3.0) (2026-01-05)


### Features

* php, javascript plugins ([#126](https://github.com/arm/metis/issues/126)) ([fba160d](https://github.com/arm/metis/commit/fba160dde31732a408cf47f6b46d98b1629a61b1))
* **sarif:** update SARIF to store resoning ([#133](https://github.com/arm/metis/issues/133)) ([71c25da](https://github.com/arm/metis/commit/71c25da9bce3ad41c8ab041b7cc0faf5cabb7290))


### Bug Fixes

* **docs:** recommend llama3.1 ([#117](https://github.com/arm/metis/issues/117)) ([2bf263d](https://github.com/arm/metis/commit/2bf263d75c2d931c0ae1e18912d034ee9b4d1862))
* **docs:** Typo in metis yaml extension ([#132](https://github.com/arm/metis/issues/132)) ([58a5400](https://github.com/arm/metis/commit/58a5400cfdc146f0617f4335da493413eaa21df6))
* **plugin:** add validations to llm security prompt ([#110](https://github.com/arm/metis/issues/110)) ([6fde583](https://github.com/arm/metis/commit/6fde583e09d1242efae6dc790969f63e689afb99))
* save output to file in ask ([#131](https://github.com/arm/metis/issues/131)) ([5c4a713](https://github.com/arm/metis/commit/5c4a713ca816f48380e58b4d9fc3999a52f4bedd))

## [1.2.0](https://github.com/arm/metis/compare/metis-v1.1.0...metis-v1.2.0) (2025-12-02)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/metis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0


__version__ = "1.2.0"
__version__ = "1.3.0"