We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4241815 commit 6eb1288Copy full SHA for 6eb1288
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.6.5
4
+
5
+* Added protobuf metadata support
6
+* Deprecated json metadata
7
+* `exec` and `exec_async` return `TransactionAsyncResponse`
8
+* Added integration tests for asynchronous transaction
9
+* Setup CI workflow
10
11
## v0.6.4
12
13
* Additional user APIs and examples:
railib/__init__.py
@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version_info__ = (0, 6, 4)
+__version_info__ = (0, 6, 5)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments