Skip to content

Commit 6eb1288

Browse files
committed
version bump up
1 parent 4241815 commit 6eb1288

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v0.6.4
412

513
* Additional user APIs and examples:

railib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 6, 4)
15+
__version_info__ = (0, 6, 5)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)