Skip to content

Commit 7e15ed9

Browse files
pdbethkeclaude
andcommitted
release: kirby-cost 0.4.0
Campaign rule overrides, the engine/damage + engine/rolls modules kirby-combat and kirby-sheet now import, and the STR END-cost fix. Published 0.3.0 predates all of it by 36 commits, which made both downstream packages' `kirby-cost>=0.3.0` floor a lie: kirby_cost.engine.damage, kirby_cost.engine.rolls, TemplateData.defense, AdderTemplate.options, GenericObject.document_xmlid/column3_output/compute_end_usage are all absent from 0.3.0. pip would resolve that constraint to 0.3.0 and hand someone a package that dies at import. Their floors move to >=0.4.0 in their own releases. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xof4ZUS5n6A5ibX3PXNYbs
1 parent 7ae5b27 commit 7e15ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kirby-cost"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Read HERO Designer's own .hdt templates and .hdc characters, and reproduce its point-cost arithmetic exactly."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)