Skip to content

Commit cf6241d

Browse files
authored
Update RELEASE.md (#1936)
1 parent ba8eeea commit cf6241d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/build.bazel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then
5959

6060
bazel build \
6161
${BAZEL_OPTIMIZATION} \
62-
-- //tensorflow_io_gcs_filesystem/... # //tensorflow_io/... # Try with filesystem only during testing
63-
mkdir -p bazel-bin/tensorflow_io # Placeholder
62+
-- //tensorflow_io_gcs_filesystem/... //tensorflow_io/...
63+
6464
else
6565

6666
bazel build \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
126126

127127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128128
| --- | --- | --- |
129+
| 0.36.0 | 2.15.x | Feb 02, 2024 |
129130
| 0.35.0 | 2.14.x | Dec 18, 2023 |
130131
| 0.34.0 | 2.13.x | Sep 08, 2023 |
131132
| 0.33.0 | 2.13.x | Aug 01, 2023 |

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release 0.36.0
2+
3+
## Major Features and Bug Fixes
4+
* Add macOS arm64 support
5+
6+
## Thanks to our Contributors
7+
8+
This release contains contributions from many people:
9+
10+
Yong Tang
11+
12+
We are also grateful to all who filed issues or helped resolve them, asked and
13+
answered questions, and were part of inspiring discussions.
14+
115
# Release 0.35.0
216

317
## Major Features and Bug Fixes

0 commit comments

Comments
 (0)