From cf6241dfe9a7470862b92c63290ceb9d5930bf93 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 1 Feb 2024 07:03:00 -0800 Subject: [PATCH] Update RELEASE.md (#1936) --- .github/workflows/build.bazel.sh | 4 ++-- README.md | 1 + RELEASE.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.bazel.sh b/.github/workflows/build.bazel.sh index d26003018..9e47a7a6d 100755 --- a/.github/workflows/build.bazel.sh +++ b/.github/workflows/build.bazel.sh @@ -59,8 +59,8 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then bazel build \ ${BAZEL_OPTIMIZATION} \ - -- //tensorflow_io_gcs_filesystem/... # //tensorflow_io/... # Try with filesystem only during testing - mkdir -p bazel-bin/tensorflow_io # Placeholder + -- //tensorflow_io_gcs_filesystem/... //tensorflow_io/... + else bazel build \ diff --git a/README.md b/README.md index f006a31d4..b278dff3c 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases). | TensorFlow I/O Version | TensorFlow Compatibility | Release Date | | --- | --- | --- | +| 0.36.0 | 2.15.x | Feb 02, 2024 | | 0.35.0 | 2.14.x | Dec 18, 2023 | | 0.34.0 | 2.13.x | Sep 08, 2023 | | 0.33.0 | 2.13.x | Aug 01, 2023 | diff --git a/RELEASE.md b/RELEASE.md index f56db23bb..6fc625c63 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,17 @@ +# Release 0.36.0 + +## Major Features and Bug Fixes +* Add macOS arm64 support + +## Thanks to our Contributors + +This release contains contributions from many people: + +Yong Tang + +We are also grateful to all who filed issues or helped resolve them, asked and +answered questions, and were part of inspiring discussions. + # Release 0.35.0 ## Major Features and Bug Fixes