Skip to content

Commit a28aeee

Browse files
committed
chore(release): bump version to 3.20.65
1 parent 7acf0ca commit a28aeee

8 files changed

Lines changed: 18 additions & 7 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.64"
9+
"version": "3.20.65"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## [3.20.65] - 2026-06-15
14+
15+
### Changed
16+
17+
- Maintenance: mark t3600 complete (pr:#24826 testing:runtime-verified)
18+
19+
### Fixed
20+
21+
- harden README badge rendering (#24831)
22+
- label orphan recovery PRs in review (#24830)
23+
1324
## [3.20.64] - 2026-06-15
1425

1526
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The result: an AI operations platform that manages projects across every busines
5858
[![Copyright](https://img.shields.io/badge/Copyright-Marcus%20Quinn%202025--2026-blue.svg)](https://github.com/marcusquinn)
5959

6060
<!-- Release & Version Info -->
61-
[![Version](https://img.shields.io/badge/Version-3.20.64-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
61+
[![Version](https://img.shields.io/badge/Version-3.20.65-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
6262
[![npm version](https://img.shields.io/npm/v/aidevops)](https://www.npmjs.com/package/aidevops)
6363
[![Homebrew](https://img.shields.io/badge/homebrew-marcusquinn%2Ftap-orange)](https://github.com/marcusquinn/homebrew-tap)
6464
[![GitHub repository](https://img.shields.io/badge/github-repository-181717.svg?logo=github)](https://github.com/marcusquinn/aidevops)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.20.64
1+
3.20.65

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.64
8+
# Version: 3.20.65
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.64",
3+
"version": "3.20.65",
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.64
15+
# Version: 3.20.65
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.64
8+
sonar.projectVersion=3.20.65
99

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

0 commit comments

Comments
 (0)