Skip to content

Commit d58cf29

Browse files
authored
Update to 0.23.0 with release note. (#1586)
This is part of effort for 1580. We will need to release 0.23.0 before TF 2.8 branch cut (12/16) so we will need to release in the next day or two. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent a1e8952 commit d58cf29

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

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.23.0 | 2.7.x | Dec 14, 2021 |
129130
| 0.22.0 | 2.7.x | Nov 10, 2021 |
130131
| 0.21.0 | 2.6.x | Sep 12, 2021 |
131132
| 0.20.0 | 2.6.x | Aug 11, 2021 |

RELEASE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Release 0.23.0
2+
3+
## Bug Fixes
4+
* TensorFlow is not a hard requirement to tensorflow-io, to allow alternative
5+
dependency packages like tensorflow-rocm.
6+
* Migrate azure blob storage binding to azure storage sdk.
7+
* Fix chunk size initialization in s3 storage.
8+
* Enable python 3.10 support.
9+
* IgniteDataset is deprecated and will be removed in future releases.
10+
11+
## Thanks to our Contributors
12+
13+
This release contains contributions from many people:
14+
15+
Jan Bernlöhr, Johnu George, Luca Toscano, Lukas Geiger, Mark McDonald,
16+
Vansh Sharma, Vignesh Kothapalli, Yong Tang
17+
18+
We are also grateful to all who filed issues or helped resolve them, asked and
19+
answered questions, and were part of inspiring discussions.
20+
121
# Release 0.22.0
222

323
## Bug Fixes

tensorflow_io/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
version = "0.22.0"
17+
version = "0.23.0"
1818
require = "tensorflow>=2.7.0,<2.8.0"

0 commit comments

Comments
 (0)