We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0903cc1 commit 33c6d8fCopy full SHA for 33c6d8f
RELEASE.md
@@ -6,14 +6,30 @@
6
7
## Bug Fixes and Other Changes
8
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
21
* Added new anomaly types: `MULTIPLE_REASONS` and
22
`INVALID_DOMAIN_SPECIFICATION`.
23
* Added new anomaly type: `STATS_NOT_AVAILABLE`.
24
25
## Breaking Changes
26
27
28
29
## Deprecations
30
31
32
33
# Version 0.29.0
34
35
## Major Features and Improvements
tensorflow_metadata/version.py
@@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""
# Note that setup.py uses this version.
-__version__ = '0.30.0.dev'
+__version__ = '0.31.0.dev'
0 commit comments