Skip to content

Commit 33c6d8f

Browse files
tf-metadata-teamtf-metadata-team
authored andcommitted
TFMD 0.30.0 Release
PiperOrigin-RevId: 369304186
1 parent 0903cc1 commit 33c6d8f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,30 @@
66

77
## Bug Fixes and Other Changes
88

9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
# Version 0.30.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
921
* Added new anomaly types: `MULTIPLE_REASONS` and
1022
`INVALID_DOMAIN_SPECIFICATION`.
1123
* Added new anomaly type: `STATS_NOT_AVAILABLE`.
1224

1325
## Breaking Changes
1426

27+
* N/A
28+
1529
## Deprecations
1630

31+
* N/A
32+
1733
# Version 0.29.0
1834

1935
## Major Features and Improvements

tensorflow_metadata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TFMD."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.30.0.dev'
17+
__version__ = '0.31.0.dev'

0 commit comments

Comments
 (0)