Skip to content

Commit 90dae3b

Browse files
authored
chore(main): release metis 0.5.1 (#69)
1 parent bc32431 commit 90dae3b

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.5.0"
2+
".": "0.5.1"
33
}

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [0.5.1](https://github.com/arm/metis/compare/metis-v0.5.0...metis-v0.5.1) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** configure release-please for tag-only GitHub releases ([17a4e4e](https://github.com/arm/metis/commit/17a4e4e85ffcc682d35cb808f7caf3101cfb6a11))
9+
* **ci:** configure release-please for tag-only GitHub releases ([2122bce](https://github.com/arm/metis/commit/2122bce4cab6ca7fedc4b2d7c344bda46de94c0a))
10+
* **ci:** Use googleapis action and fix manifest issue ([#67](https://github.com/arm/metis/issues/67)) ([ca8cc72](https://github.com/arm/metis/commit/ca8cc72fe926aad45a32b88b8884b1f95da6f591))
11+
* **ci:** Use token for actions ([#68](https://github.com/arm/metis/issues/68)) ([bc32431](https://github.com/arm/metis/commit/bc32431b43238c385766c8ab0d4ddcc2ab895f61))

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.5.0"
3+
version = "0.5.1"
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.1.1"
5+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)