Skip to content

Commit 43a2796

Browse files
committed
chore(release): bump version to 3.0.12
1 parent ac1d337 commit 43a2796

File tree

8 files changed

+30
-7
lines changed

8 files changed

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

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.12] - 2026-03-16
11+
12+
### Changed
13+
14+
- Performance: gate daily quality sweep to off-peak hours (18:00-23:59 local) (#5131)
15+
- Refactor: extract ensure_trailing_newline() to reduce duplication in aidevops.sh (#5120)
16+
17+
### Fixed
18+
19+
- scope /runners to specified items only, remove /pulse spec duplication (#5129)
20+
- use aidevops config get paths.agents_dir in HELPER= dispatch examples (#5125)
21+
- use dynamic agents_dir path for headless-runtime-helper.sh dispatch examples (#5124)
22+
- replace hardcoded year with [year] placeholder in query-fanout-research.md (#5126)
23+
- address PR #5087 review feedback (#5123)
24+
- RFC 4180 quote all CSV fields in attachment manifest (GH#5114) (#5122)
25+
- align -> arrows in tool stack summaries for readability (#5121)
26+
- address PR #5014 review feedback on google-workspace.md (#5116)
27+
- correct WPackagist acquisition year from 2026 to 2024 (#5118)
28+
- use secretlint exit code instead of fragile regex in patch preflight (#5117)
29+
- tighten awk regex patterns in list_active_worker_processes to reduce false positives (#5119)
30+
- route /runners dispatch through headless-runtime-helper.sh (GH#5096) (#5099)
31+
- backfill script — skip completed issues to avoid unnecessary API calls (#5097)
32+
1033
## [3.0.10] - 2026-03-16
1134

1235
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.11
1+
3.0.12

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

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

0 commit comments

Comments
 (0)