Skip to content

Commit fcd9a6d

Browse files
chore(release): 0.1.8 [skip ci]
## [0.1.8](v0.1.7...v0.1.8) (2025-08-30) ### 🐛 Bug Fixes * use shell environment variable syntax for PYPI_TOKEN ([1452d4e](1452d4e))
1 parent 1452d4e commit fcd9a6d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.1.8](https://github.com/hepivax/mcp-as-a-judge/compare/v0.1.7...v0.1.8) (2025-08-30)
2+
3+
### 🐛 Bug Fixes
4+
5+
* use shell environment variable syntax for PYPI_TOKEN ([1452d4e](https://github.com/hepivax/mcp-as-a-judge/commit/1452d4e712b62f6c6af412cfa77116bca46a6bb7))
6+
17
## [0.1.7](https://github.com/hepivax/mcp-as-a-judge/compare/v0.1.6...v0.1.7) (2025-08-30)
28

39
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-as-a-judge"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "MCP as a Judge: Prevent bad coding practices with AI-powered evaluation and user-driven decision making"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)