Skip to content

Commit 33fd747

Browse files
committed
chore(release): bump version to 3.20.46
1 parent 8302413 commit 33fd747

7 files changed

Lines changed: 12 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "AI DevOps Framework - comprehensive DevOps automation with 25+ service integrations",
9-
"version": "3.20.45"
9+
"version": "3.20.46"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [Unreleased]
1212

13+
## [3.20.46] - 2026-06-10
14+
15+
### Changed
16+
17+
- fix pulse PR gates on contributor repos
18+
1319
## [3.20.45] - 2026-06-10
1420

1521
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.20.45
1+
3.20.46

aidevops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# AI DevOps Framework CLI
66
# Usage: aidevops <command> [options]
77
#
8-
# Version: 3.20.45
8+
# Version: 3.20.46
99

1010
set -euo pipefail
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aidevops",
3-
"version": "3.20.45",
3+
"version": "3.20.46",
44
"description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
55
"type": "module",
66
"bin": {

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shopt -s inherit_errexit 2>/dev/null || true
1212
# AI Assistant Server Access Framework Setup Script
1313
# Helps developers set up the framework for their infrastructure
1414
#
15-
# Version: 3.20.45
15+
# Version: 3.20.46
1616
#
1717
# Quick Install:
1818
# npm install -g aidevops && aidevops update (recommended)

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.organization=marcusquinn
55

66
# This is the name and version displayed in the SonarCloud UI
77
sonar.projectName=AI DevOps Framework
8-
sonar.projectVersion=3.20.45
8+
sonar.projectVersion=3.20.46
99

1010
# Path is relative to the sonar-project.properties file
1111
sonar.sources=.agents,configs,templates

0 commit comments

Comments
 (0)