Skip to content

Commit

Permalink
Merge pull request #217 from GaloisInc/prepare-0.0.13-release
Browse files Browse the repository at this point in the history
Prepare 0.0.13 release
  • Loading branch information
RyanGlScott authored Sep 17, 2024
2 parents c34f0aa + 672b529 commit 5a56a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# argo-client next (TBA)
# argo-client v0.0.13 (17 Sep 2024)
+ Use blocking IO to reduce CPU load when receiving replies
+ wait_for_reply_to now consumes the reply waited for. previously the reply was held in memory indefinitely
+ Removes RemoteSocketProcess.buffer_replies method. Replies are processed during wait_for_reply_to
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "argo-client"
version = "0.0.13"
version = "0.0.13.99"
readme = "README.md"
keywords = ["JSON", "RPC"]
description = "A JSON RPC client library."
Expand Down

0 comments on commit 5a56a26

Please sign in to comment.