Skip to content

Commit a32f122

Browse files
andylou2tfx-copybara
authored andcommitted
Prepare for 0.21.1 release.
PiperOrigin-RevId: 305887195
1 parent eb30bb1 commit a32f122

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010

1111
### Deprecations
1212

13+
## Release 0.21.1
14+
15+
### Major Features and Improvements
16+
17+
* Bumped Tensorflow version for statically linked libraries from 1.5 to 2.1.
18+
19+
### Bug Fixes and Other Changes
20+
21+
* Added tests for statically linked libraries.
22+
* Statically linked libraries build now.
23+
24+
### Breaking Changes
25+
26+
### Deprecations
27+
1328
## Release 0.21.0
1429

1530
### Major Features and Improvements

struct2tensor/version.py

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

1717
# Note that setup.py uses this version.
18-
__version__ = '0.22.0dev'
18+
__version__ = '0.21.1'

0 commit comments

Comments
 (0)