From c1ce9ed69baac6346d3f103a20bd276bc9b23f8f Mon Sep 17 00:00:00 2001 From: "Shankar.KV" Date: Thu, 3 Sep 2026 16:06:22 +0530 Subject: [PATCH 1/2] update changelog and doc --- doc/changes/changelog.md | 2 +- doc/changes/{unreleased.md => changes_0.1.0.md} | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename doc/changes/{unreleased.md => changes_0.1.0.md} (51%) diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 2fc08ea..9e62d07 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,3 +1,3 @@ # Changes - +* [0.1.0](changes_0.1.0.md) diff --git a/doc/changes/unreleased.md b/doc/changes/changes_0.1.0.md similarity index 51% rename from doc/changes/unreleased.md rename to doc/changes/changes_0.1.0.md index 4b0eee0..d49cdf3 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/changes_0.1.0.md @@ -1,4 +1,5 @@ ## Summary +First release of base repository for all Python, Java and R ## Bug Fixes @@ -6,7 +7,9 @@ n/a ## Features / Enhancements - n/a + - 7: Created a test flavor + - 15: Created a CD workflow + - 25: Updated Bazel build configurations ## Refactorings From f7b16e536cb663b99a1c5e4a4d781169e4eadb0e Mon Sep 17 00:00:00 2001 From: "Shankar.KV" Date: Thu, 3 Sep 2026 17:43:19 +0530 Subject: [PATCH 2/2] rephrased the summary --- doc/changes/changes_0.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index d49cdf3..ae2ca2d 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -1,5 +1,5 @@ ## Summary -First release of base repository for all Python, Java and R +First release of the UDF-Runner C++ SDK for the protobuf protocol ## Bug Fixes