Skip to content

Commit 5fadc5e

Browse files
committed
chore(main): release metis 1.3.0
1 parent ef68de6 commit 5fadc5e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

docs/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/arm/metis/compare/metis-v1.2.0...metis-v1.3.0) (2026-01-29)
4+
5+
6+
### Features
7+
8+
* Add Dockerfile ([#135](https://github.com/arm/metis/issues/135)) ([844c272](https://github.com/arm/metis/commit/844c272f29141b3e7fbd94f2ef8a34e072a284be))
9+
* php, javascript plugins ([#126](https://github.com/arm/metis/issues/126)) ([fba160d](https://github.com/arm/metis/commit/fba160dde31732a408cf47f6b46d98b1629a61b1))
10+
* **sarif:** update SARIF to store resoning ([#133](https://github.com/arm/metis/issues/133)) ([71c25da](https://github.com/arm/metis/commit/71c25da9bce3ad41c8ab041b7cc0faf5cabb7290))
11+
* Set review_code include/exclude paths in config file ([#130](https://github.com/arm/metis/issues/130)) ([4f2e701](https://github.com/arm/metis/commit/4f2e70178d00bd2b9358e5efd2c98e7bbfc243a5))
12+
13+
14+
### Bug Fixes
15+
16+
* **docs:** recommend llama3.1 ([#117](https://github.com/arm/metis/issues/117)) ([2bf263d](https://github.com/arm/metis/commit/2bf263d75c2d931c0ae1e18912d034ee9b4d1862))
17+
* **docs:** Typo in metis yaml extension ([#132](https://github.com/arm/metis/issues/132)) ([58a5400](https://github.com/arm/metis/commit/58a5400cfdc146f0617f4335da493413eaa21df6))
18+
* extract JSON object/array from mixed LLM responses ([#138](https://github.com/arm/metis/issues/138)) ([#139](https://github.com/arm/metis/issues/139)) ([ef68de6](https://github.com/arm/metis/commit/ef68de6f637e4081079183144a49f306a0b2d848))
19+
* **plugin:** add validations to llm security prompt ([#110](https://github.com/arm/metis/issues/110)) ([6fde583](https://github.com/arm/metis/commit/6fde583e09d1242efae6dc790969f63e689afb99))
20+
* save output to file in ask ([#131](https://github.com/arm/metis/issues/131)) ([5c4a713](https://github.com/arm/metis/commit/5c4a713ca816f48380e58b4d9fc3999a52f4bedd))
21+
322
## [1.2.0](https://github.com/arm/metis/compare/metis-v1.1.0...metis-v1.2.0) (2025-12-02)
423

524

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "metis"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "Metis is a command line tool for performing security code reviews using LLMs"
55
readme = "README.md"
66
license = { file = "LICENSE.md" }

src/metis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44

5-
__version__ = "1.2.0"
5+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)