From 01fc97a102344c0e3ae66da2a95b6b93e0f64293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 16:55:35 +0000 Subject: [PATCH] chore(main): release 0.25.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ implementations/python/pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc5553b07..945fbaf29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.24.0" + ".": "0.25.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 032174f38..56d132d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 PRs do **not** edit this file directly. release-please maintains it from the Conventional Commit history on `main` (#684). +## [0.25.0](https://github.com/RAESystem/rae/compare/v0.24.0...v0.25.0) (2026-07-25) + + +### Features + +* add ASR-515 validation-basis disclosure contract ([#871](https://github.com/RAESystem/rae/issues/871)) ([1cd7362](https://github.com/RAESystem/rae/commit/1cd73624c2a2a694e428f12969bc71f0899d29d3)) +* **contracts:** add participant control occurrence contracts ([#868](https://github.com/RAESystem/rae/issues/868)) ([9122de5](https://github.com/RAESystem/rae/commit/9122de5be5a961c6954a5ec501748f1a5f486c57)) + + +### Bug Fixes + +* **release:** publish package as raes ([#879](https://github.com/RAESystem/rae/issues/879)) ([dad6692](https://github.com/RAESystem/rae/commit/dad6692322eccede19d81fe424ff61d20b1a253b)) + ## [0.24.0](https://github.com/RAESystem/rae/compare/v0.23.1...v0.24.0) (2026-07-25) diff --git a/implementations/python/pyproject.toml b/implementations/python/pyproject.toml index e917a729d..8926cde4d 100644 --- a/implementations/python/pyproject.toml +++ b/implementations/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "raes" -version = "0.24.0" +version = "0.25.0" description = "Backend-agnostic cyber range scenario description language and runtime." dynamic = ["readme"] requires-python = ">=3.11"