Skip to content

Commit a667fcd

Browse files
committed
chore(release): bump version to 3.0.9
1 parent 7432083 commit a667fcd

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

.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.0.8"
9+
"version": "3.0.9"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.9] - 2026-03-16
11+
12+
### Changed
13+
14+
- Documentation: add WP Composer as preferred alternative to WPackagist in wp-dev.md (#5078)
15+
16+
### Fixed
17+
18+
- patch release preflight scans only changed files instead of entire repo (#5082)
19+
- ensure trailing newline in .gitignore before appending entries (#5080)
20+
1021
## [3.0.1] - 2026-03-15
1122

1223
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.8
1+
3.0.9

aidevops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AI DevOps Framework CLI
44
# Usage: aidevops <command> [options]
55
#
6-
# Version: 3.0.8
6+
# Version: 3.0.9
77

88
set -euo pipefail
99

homebrew/aidevops.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Aidevops < Formula
66
desc "AI DevOps Framework - AI-assisted development workflows and automation"
77
homepage "https://aidevops.sh"
8-
url "https://github.com/marcusquinn/aidevops/archive/refs/tags/v3.0.8.tar.gz"
8+
url "https://github.com/marcusquinn/aidevops/archive/refs/tags/v3.0.9.tar.gz"
99
sha256 "e72f395b3a58b2739deccb782efb9010653897f84b8882c54b8ae6a4e882d58c"
1010
license "MIT"
1111
head "https://github.com/marcusquinn/aidevops.git", branch: "main"

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.0.8",
3+
"version": "3.0.9",
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
@@ -10,7 +10,7 @@ shopt -s inherit_errexit 2>/dev/null || true
1010
# AI Assistant Server Access Framework Setup Script
1111
# Helps developers set up the framework for their infrastructure
1212
#
13-
# Version: 3.0.8
13+
# Version: 3.0.9
1414
#
1515
# Quick Install:
1616
# 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.0.8
8+
sonar.projectVersion=3.0.9
99

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

0 commit comments

Comments
 (0)