Skip to content

Commit a9e43c9

Browse files
tf-metadata-teamtf-metadata-team
authored andcommitted
TFMD 0.29.0 Release
PiperOrigin-RevId: 364390977
1 parent 7f8c61f commit a9e43c9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

RELEASE.md

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

55
## Major Features and Improvements
66

7+
## Bug Fixes and Other Changes
8+
9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
# Version 0.29.0
14+
15+
## Major Features and Improvements
16+
717
* Adding the ability to specify and detect sequence length issues.
818

919
## Bug Fixes and Other Changes
@@ -12,8 +22,12 @@
1222

1323
## Breaking Changes
1424

25+
* N/A
26+
1527
## Deprecations
1628

29+
* N/A
30+
1731
# Version 0.28.0
1832

1933
## 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.29.0.dev'
17+
__version__ = '0.30.0.dev'

0 commit comments

Comments
 (0)