Skip to content

Commit 0a6ae4e

Browse files
committed
chore(release): bump version to 3.0.10
1 parent 6bb153e commit 0a6ae4e

File tree

8 files changed

+20
-7
lines changed

8 files changed

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

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.10] - 2026-03-16
11+
12+
### Added
13+
14+
- add Google Workspace CLI (gws) to setup and auto-update (#5083)
15+
16+
### Changed
17+
18+
- Documentation: add task briefs for t1534, t1535 Linux scheduler bugs
19+
- Maintenance: add t1534, t1535 Linux scheduler bugs to TODO.md
20+
- Maintenance: claim t1535
21+
- Maintenance: claim t1534
22+
1023
## [3.0.9] - 2026-03-16
1124

1225
### Changed

VERSION

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

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.9
6+
# Version: 3.0.10
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.9.tar.gz"
8+
url "https://github.com/marcusquinn/aidevops/archive/refs/tags/v3.0.10.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.9",
3+
"version": "3.0.10",
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.9
13+
# Version: 3.0.10
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.9
8+
sonar.projectVersion=3.0.10
99

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

0 commit comments

Comments
 (0)