Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Human-readable summary of user-facing changes. **Detailed release notes:** [docs

## 1.7.4.post4 (pending PyPI dispatch)

> Post-release on the **`1.7.4`** public line. **`[project] version = 1.7.4.post4`** and **`[tool.databoar] maturity_build = 225`** (`N=14` fixes since post3 baseline, ADR-0073 dual counter policy).
> Post-release on the **`1.7.4`** public line. **`[project] version = 1.7.4.post4`** and **`[tool.databoar] maturity_build = 226`** (`N=15` fixes since post3 baseline, ADR-0073 dual counter policy).

### Fixed (post4)

Expand Down
2 changes: 1 addition & 1 deletion core/integrity_anchor.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def ensure_integrity_anchor(config: dict[str, Any] | None = None) -> dict[str, A
label, _stored_manifest, stored_json, validated_at, digest_flag = row
current_label = _release_label()
if label != current_label:
# Release upgrade (#1262): new signed/released bits are the
# Release upgrade (#1262): new released bits are the
# new baseline. Same-label hash drift still = tamper below.
# Tamper-EVIDENT (E.6): append-only ``re-baseline`` event.
digest_matched = _build_digest_matched()
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ data-boar = "main:main"
data-boar-report = "cli.reporter:main"

[project.urls]
Homepage = "https://github.com/FabioLeitao/data-boar"
Repository = "https://github.com/FabioLeitao/data-boar"
Issues = "https://github.com/FabioLeitao/data-boar/issues"
Changelog = "https://github.com/FabioLeitao/data-boar/blob/main/CHANGELOG.md"
Homepage = "https://github.com/DataBoar/data-boar"
Repository = "https://github.com/DataBoar/data-boar"
Issues = "https://github.com/DataBoar/data-boar/issues"
Changelog = "https://github.com/DataBoar/data-boar/blob/main/CHANGELOG.md"
"Docker Hub" = "https://hub.docker.com/r/fabioleitao/data_boar"

[project.optional-dependencies]
Expand Down
Loading