From 9190d1e5a04168549eb8faaa5e0bf443eead5e45 Mon Sep 17 00:00:00 2001 From: TeamCity Date: Fri, 27 Mar 2026 09:25:13 +0000 Subject: [PATCH] ci: bump version with v17% --- modules/api/CHANGELOG.md | 1 + modules/api/versions.env | 3 +++ modules/core/CHANGELOG.md | 15 +++++++++++++++ modules/core/versions.env | 3 +++ 4 files changed, 22 insertions(+) create mode 100644 modules/api/CHANGELOG.md create mode 100644 modules/api/versions.env create mode 100644 modules/core/CHANGELOG.md create mode 100644 modules/core/versions.env diff --git a/modules/api/CHANGELOG.md b/modules/api/CHANGELOG.md new file mode 100644 index 0000000..fd9735d --- /dev/null +++ b/modules/api/CHANGELOG.md @@ -0,0 +1 @@ +## (2026-03-27) diff --git a/modules/api/versions.env b/modules/api/versions.env new file mode 100644 index 0000000..84f7924 --- /dev/null +++ b/modules/api/versions.env @@ -0,0 +1,3 @@ +MAJOR=0 +MINOR=0 +PATCH=1 diff --git a/modules/core/CHANGELOG.md b/modules/core/CHANGELOG.md new file mode 100644 index 0000000..2913129 --- /dev/null +++ b/modules/core/CHANGELOG.md @@ -0,0 +1,15 @@ +## (2026-03-27) + +### Features + +* add GameRules stub with PositionStatus enum ([76d4168](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/76d4168038de23e5d6083d4e8f0504fbf31d15a3)) +* add MovedInCheck/Checkmate/Stalemate MoveResult variants (stub dispatch) ([8b7ec57](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/8b7ec57e5ea6ee1615a1883848a426dc07d26364)) +* implement GameRules with isInCheck, legalMoves, gameStatus ([94a02ff](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/94a02ff6849436d9496c70a0f16c21666dae8e4e)) +* implement legal castling ([#1](https://git.janis-eccarius.de/NowChess/NowChessSystems/issues/1)) ([00d326c](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/00d326c1ba67711fbe180f04e1100c3f01dd0254)) +* wire check/checkmate/stalemate into processMove and gameLoop ([5264a22](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/5264a225418b885c5e6ea6411b96f85e38837f6c)) + +### Bug Fixes + +* add missing kings to gameLoop capture test board ([aedd787](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/aedd787b77203c2af934751dba7b784eaf165032)) +* correct test board positions and captureOutput/withInput interaction ([f0481e2](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/f0481e2561b779df00925b46ee281dc36a795150)) +* update main class path in build configuration and adjust VCS directory mapping ([7b1f8b1](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/7b1f8b117623d327232a1a92a8a44d18582e0189)) diff --git a/modules/core/versions.env b/modules/core/versions.env new file mode 100644 index 0000000..0e288f2 --- /dev/null +++ b/modules/core/versions.env @@ -0,0 +1,3 @@ +MAJOR=0 +MINOR=1 +PATCH=0