Skip to content

Commit c6940be

Browse files
Seluj78claude
andcommitted
chore: release v1.0.0
Bump the crate + manifest version to 1.0.0, raise the aoe_version floor to >=1.14.0 (the release that ships api_version 11, which this plugin needs), and regenerate CHANGELOG.md. <!-- release-version: 1.0.0 --> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eeb2040 commit c6940be

4 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@ All notable changes to Cron will be documented in this file.
44

55
The format follows [Conventional Commits](https://www.conventionalcommits.org/).
66

7-
## [Unreleased]
7+
## [1.0.0] - 2026-07-21
8+
9+
10+
### Bug Fixes
11+
- **cron:** Address #4 review (retry, session_id contract, CI hardening)
12+
13+
14+
### Features
15+
- **cron:** Self-scheduling cron plugin for scheduled sessions
16+
- Multi-select projects and scratch (project-less) jobs
17+
- Per-job sandbox toggle and multi-line prompt
18+
19+

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plugin-cron"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Run Agent of Empires sessions on a cron schedule."

aoe-plugin.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77

88
id = "agent-of-empires.cron"
99
name = "Cron"
10-
version = "0.1.0"
10+
version = "1.0.0"
1111
# Manifest schema / host API version. The session-driving RPCs are api_version
1212
# 9; the multi-select project picker (dynamic_multi_select) and optional
1313
# project (scratch sessions) are api_version 11.
1414
api_version = 11
15-
# Host-app compatibility range (a different axis from api_version). api_version 9
16-
# first ships in aoe 1.13, so an older host that predates the contract refuses
15+
# Host-app compatibility range (a different axis from api_version). This plugin
16+
# needs api_version 11 (multi-select projects, scratch/multi-repo sessions,
17+
# sandbox, multiline), which first ships in aoe 1.14, so an older host refuses
1718
# the install instead of half-loading it.
18-
aoe_version = ">=1.13.0, <2.0.0"
19+
aoe_version = ">=1.14.0, <2.0.0"
1920
description = "Run Agent of Empires sessions on a cron schedule."
2021

2122
# Capability grants are prompted at install and pinned to the manifest hash.

0 commit comments

Comments
 (0)