File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 0.48.1
2+
3+ ## Major Features and Improvements
4+
5+ * N/A
6+
7+ ## Bug Fixes and Other Changes
8+
9+ * Add py_proto_library macro for OSS compatibility
10+ * Replace gunit_main with googletest gtest_main
11+ * Fix proto import to use workspace-relative path
12+ * Explicitly builds each dynamic library target that creates .so files
13+ * Update proto library generation to depend on generated
14+ cc_proto_library targets
15+ * Implement custom _ tsl_py_proto_library_rule to replace the
16+ built-in py_proto_library removed in Protobuf 4.x
17+ * Refactor cc_proto_library to use native proto_library and
18+ cc_proto_library rules instead of custom proto_gen
19+
20+ ## Breaking Changes
21+
22+ * N/A
23+
24+ ## Deprecations
25+
26+ * N/A
27+
128# Version 0.48.0
229
330## Major Features and Improvements
1643
1744## Deprecations
1845
19- * N/A
46+ * N/A
Original file line number Diff line number Diff line change 1515"""Contains the version string of struct2tensor."""
1616
1717# Note that setup.py uses this version.
18- __version__ = '0.48.0 '
18+ __version__ = '0.48.1 '
You can’t perform that action at this time.
0 commit comments