-
Notifications
You must be signed in to change notification settings - Fork 273
Bump version #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version #446
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
core-client/Cargo.toml
Outdated
@@ -8,7 +8,7 @@ keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"] | |||
license = "MIT" | |||
name = "jsonrpc-core-client" | |||
repository = "https://github.com/paritytech/jsonrpc" | |||
version = "12.0.0" | |||
version = "13.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need 13.0
? Can't we just bump to 12.1
? Are there any breaking changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there is a bug in handling existing #[pubsub] macros it will break builds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, but is there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather keep all creates version aligned. So if we feel there is a reason to bump to 13.0 let's do that, but if there are no breaking changes that we know of, let's stick to 12.1 imho.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually there is also an addition to core
https://github.com/paritytech/jsonrpc/pull/436/files#diff-77e9ef3aa593be6048a014ed42ef10dbR34
So upgrade all crates to 12.1?
Didn't see your message above. Will do 12.1
This reverts commit fde4053
So is this happening? :) |
Waiting on something from @tomusdrw
…On Mon, 8 Jul 2019, 13:01 David Craven, ***@***.***> wrote:
So is this happening? :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#446?email_source=notifications&email_token=AAASOQQAUZVJKUJFP7FCL2LP6MT73A5CNFSM4H54QDGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZM3T7Q#issuecomment-509196798>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAASOQX77DH3DBCGAE5WXNTP6MT73ANCNFSM4H54QDGA>
.
|
In preparation for a release to include the pubsub client #436.