Skip to content

Commit b900f18

Browse files
authored
Update 0.48.1 in version.py and RELEASE.md (#53)
* Update RELEASE.md * Update version.py
1 parent a5ee596 commit b900f18

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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
@@ -16,4 +43,4 @@
1643

1744
## Deprecations
1845

19-
* N/A
46+
* N/A

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.48.0'
18+
__version__ = '0.48.1'

0 commit comments

Comments
 (0)