Skip to content

Commit 1298931

Browse files
committed
Bump version: 0.2.16 → 0.2.17
1 parent f244f57 commit 1298931

File tree

8 files changed

+251
-250
lines changed

8 files changed

+251
-250
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.16
2+
current_version = 0.2.17
33
commit = True
44
tag = True
55

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ repos:
2020
exclude: .gitignore
2121
- id: check-merge-conflict
2222
- id: detect-private-key
23+
exclude: 'github_agent/skills/.*-docs/'
2324
- id: trailing-whitespace
2425
- id: end-of-file-fixer
2526
- id: no-commit-to-branch

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ ENV HOST=${HOST} \
5454
RUN apt-get update \
5555
&& apt-get install -y ripgrep tree fd-find curl nano \
5656
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
57-
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.16
57+
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.17
5858

5959
CMD ["gitlab-mcp"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
2222
![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
2323

24-
*Version: 0.2.16*
24+
*Version: 0.2.17*
2525

2626
## Overview
2727

github_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from agent_utilities.agent_utilities import create_agent_parser, get_mcp_config_path
1313
from agent_utilities.base_utilities import to_integer, to_boolean
1414

15-
__version__ = "0.2.16"
15+
__version__ = "0.2.17"
1616

1717
logging.basicConfig(
1818
level=logging.INFO,

github_agent/agent/IDENTITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
You are the GitHub Issues Agent.
2929
You handle issue tracking, labeling, assignment, and comments.
3030

31-
## [pull_requests]
31+
## [pull-requests]
3232
* **Name:** GitHub PR Agent
3333
* **Role:** Manage Pull Requests and code reviews.
3434
* **Emoji:** 🔀

github_agent/skills/github-rest-api-docs/SKILL.md

Lines changed: 243 additions & 243 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "github-agent"
7-
version = "0.2.16"
7+
version = "0.2.17"
88
readme = "README.md"
99
description = "GitHub Agent for MCP"
1010
requires-python = ">=3.10"
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
]
2020
dependencies = [
21-
"agent-utilities[agent]>=0.1.9",
21+
"agent-utilities[agent]>=0.2.2",
2222
]
2323

2424
[project.scripts]

0 commit comments

Comments
 (0)