Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f93f534
Merge pull request #695 from Brad-Edwards/dev
Brad-Edwards Jul 6, 2026
61ddac5
chore(main): release 0.19.0
github-actions[bot] Jul 6, 2026
1042a7e
Merge pull request #697 from Brad-Edwards/release-please--branches--m…
Brad-Edwards Jul 6, 2026
ed9ad6b
Merge pull request #702 from Brad-Edwards/dev
Brad-Edwards Jul 6, 2026
884e43f
chore(main): release 0.19.1
github-actions[bot] Jul 6, 2026
4b74def
Merge pull request #703 from Brad-Edwards/release-please--branches--m…
Brad-Edwards Jul 6, 2026
81e70b4
Merge pull request #706 from Brad-Edwards/dev
Brad-Edwards Jul 6, 2026
6b86118
Merge pull request #753 from Brad-Edwards/dev
Brad-Edwards Jul 13, 2026
7da1ead
chore(main): release 0.20.0
github-actions[bot] Jul 13, 2026
24e2d8d
Merge pull request #757 from Brad-Edwards/release-please--branches--m…
Brad-Edwards Jul 13, 2026
25087f4
Merge pull request #771 from Brad-Edwards/dev
Brad-Edwards Jul 14, 2026
7c4525a
chore(main): release 0.21.0
github-actions[bot] Jul 14, 2026
7105c05
Merge pull request #772 from Brad-Edwards/release-please--branches--m…
Brad-Edwards Jul 14, 2026
7d2afa6
Merge pull request #781 from Brad-Edwards/dev
Brad-Edwards Jul 15, 2026
559e028
chore(main): release 0.22.0
github-actions[bot] Jul 15, 2026
2c62702
Merge pull request #792 from Brad-Edwards/release-please--branches--m…
Brad-Edwards Jul 15, 2026
8d15b5c
Merge pull request #808 from Brad-Edwards/dev
Brad-Edwards Jul 17, 2026
39c43d8
chore(main): release 0.23.0
github-actions[bot] Jul 17, 2026
0c86986
Merge pull request #815 from Brad-Edwards/release-please--branches--m…
Brad-Edwards Jul 17, 2026
2bf9ef7
Merge pull request #818 from Brad-Edwards/dev
Brad-Edwards Jul 17, 2026
d4add4f
chore(main): release 0.23.1
github-actions[bot] Jul 17, 2026
bffc420
Merge pull request #819 from Brad-Edwards/release-please--branches--m…
Brad-Edwards Jul 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.23.0"
".": "0.23.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ 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.23.1](https://github.com/Brad-Edwards/aces/compare/v0.23.0...v0.23.1) (2026-07-17)


### Bug Fixes

* enforce stateful resource admission ([#816](https://github.com/Brad-Edwards/aces/issues/816)) ([8bf12ee](https://github.com/Brad-Edwards/aces/commit/8bf12eeb0d43e6e23a86abb012d7b31b076bd69a))

## [0.23.0](https://github.com/Brad-Edwards/aces/compare/v0.22.0...v0.23.0) (2026-07-17)


Expand Down
2 changes: 1 addition & 1 deletion implementations/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "aces-sdl"
version = "0.23.0"
version = "0.23.1"
description = "Backend-agnostic cyber range scenario description language and runtime."
dynamic = ["readme"]
requires-python = ">=3.11"
Expand Down
Loading