Skip to content

Commit 132a2fb

Browse files
authored
chore(main): release metis 1.0.0 (#90)
1 parent aaea0c8 commit 132a2fb

File tree

4 files changed

+14
-3
lines changed

4 files changed

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

docs/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/arm/metis/compare/metis-v0.8.1...metis-v1.0.0) (2025-11-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* local models with vLLM and Ollama support ([#89](https://github.com/arm/metis/issues/89))
9+
10+
### Features
11+
12+
* local models with vLLM and Ollama support ([#89](https://github.com/arm/metis/issues/89)) ([aaea0c8](https://github.com/arm/metis/commit/aaea0c87e45fb4b9d32229eeded4c1c19b43df74))
13+
314
## [0.8.1](https://github.com/arm/metis/compare/metis-v0.8.0...metis-v0.8.1) (2025-11-18)
415

516

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 = "0.8.1"
3+
version = "1.0.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__ = "0.8.1"
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)