From 81675f8d3aa4cd5e6981294809cbd983e6003315 Mon Sep 17 00:00:00 2001 From: Ramraj Bishnoie Date: Fri, 30 Jan 2026 18:26:28 -0500 Subject: [PATCH] chore(release): v1.3.0 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- pyproject.toml | 2 +- skills/software-security/SKILL.md | 4 ++-- uv.lock | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7b5a593..ad6cf82 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -13,7 +13,7 @@ "name": "codeguard-security", "source": "./", "description": "Comprehensive security rules for AI coding agents", - "version": "1.2.0", + "version": "1.3.0", "repository": "https://github.com/cosai-oasis/project-codeguard.git", "tags": [ "security", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 621c69d..e95e83a 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "codeguard-security", "description": "Security code review skill based on Project CodeGuard's comprehensive security rules. Helps AI coding agents write secure code and prevent common vulnerabilities.", - "version": "1.2.0", + "version": "1.3.0", "author": { "name": "Project CodeGuard", "url": "https://project-codeguard.org" diff --git a/pyproject.toml b/pyproject.toml index ed7d990..84ea744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "project-codeguard" -version = "1.2.0" +version = "1.3.0" description = "AI Coding Rules for Security and Best Practices" requires-python = ">=3.11" dependencies = [ diff --git a/skills/software-security/SKILL.md b/skills/software-security/SKILL.md index 9723b17..1dc321f 100644 --- a/skills/software-security/SKILL.md +++ b/skills/software-security/SKILL.md @@ -1,7 +1,7 @@ --- name: software-security description: A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed. -codeguard-version: "1.2.0" +codeguard-version: "1.3.0" framework: "Project CodeGuard" purpose: "Embed secure-by-default practices into AI coding workflows" --- @@ -85,4 +85,4 @@ After writing code: - Verify no hardcoded credentials or secrets - Validate that all the rules have been successfully followed when applicable. - Explain which security rules were applied -- Highlight security features implemented +- Highlight security features implemented \ No newline at end of file diff --git a/uv.lock b/uv.lock index 2a42f53..fc1311d 100644 --- a/uv.lock +++ b/uv.lock @@ -340,7 +340,7 @@ wheels = [ [[package]] name = "project-codeguard" -version = "1.2.0" +version = "1.3.0" source = { virtual = "." } dependencies = [ { name = "mkdocs" },