diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a27b62..8d75ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,16 @@ format changes. ## [Unreleased] +## [1.0.1] — 2026-05-13 + +Patch release fixing the Maven Central publish for v1.0.0. Two +javadoc `{@link Result#tables()}` references — in +`BindRow` and `ResultAccessorsTest` — survived the v1.0 rename +and broke the strict javadoc check inside the publish workflow. +Updated to `{@link Result#datasets()}`. No code or wire-format +change versus v1.0.0; the v1.0.0 tag exists in git but its +Maven Central artifact was never published. + ## [1.0.0] — 2026-05-13 First major-version cut. Implements the three one-time spec changes diff --git a/build.gradle.kts b/build.gradle.kts index 4ccc01a..44fa79c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { allprojects { group = "org.protowire" - version = "1.0.0" + version = "1.0.1" repositories { mavenCentral() diff --git a/pxf/src/main/java/org/protowire/pxf/BindRow.java b/pxf/src/main/java/org/protowire/pxf/BindRow.java index 6c96092..3d5c6f0 100644 --- a/pxf/src/main/java/org/protowire/pxf/BindRow.java +++ b/pxf/src/main/java/org/protowire/pxf/BindRow.java @@ -13,7 +13,7 @@ * Per-row proto-binding helper for {@code @dataset} rows. Sits atop the * streaming {@link DatasetReader} (via {@link DatasetReader#scan}) and is also * exported as a standalone helper for callers that iterate the - * materializing path's {@link Result#tables()} rows. + * materializing path's {@link Result#datasets()} rows. * *
Implementation strategy: convert each non-{@code null} cell back to
* its PXF text representation, concatenate as a {@code