Skip to content

Commit

Permalink
Update RELEASE.md (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Feb 1, 2024
1 parent ba8eeea commit cf6241d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf6241d

Please sign in to comment.