-
Notifications
You must be signed in to change notification settings - Fork 43
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
Release pbjson version 0.7.0
#127
Comments
@tustvold can you please make me an owner of https://crates.io/crates/pbjson on crates.io so I can publish a new release? |
Invite sent |
Update: I published https://crates.io/crates/pbjson/0.7.0 However, I don't have the permissions to publish andrewlamb@Andrews-MacBook-Pro-2:~/Software/pbjson$ cargo publish -p pbjson-build
Updating crates.io index
Packaging pbjson-build v0.7.0 (/Users/andrewlamb/Software/pbjson/pbjson-build)
Verifying pbjson-build v0.7.0 (/Users/andrewlamb/Software/pbjson/pbjson-build)
Updating crates.io index
Compiling proc-macro2 v1.0.86
Compiling unicode-ident v1.0.12
Compiling anyhow v1.0.86
Compiling either v1.13.0
Compiling bytes v1.6.0
Compiling heck v0.5.0
Compiling itertools v0.13.0
Compiling quote v1.0.36
Compiling syn v2.0.70
Compiling prost-derive v0.13.0
Compiling prost v0.13.0
Compiling prost-types v0.13.0
Compiling pbjson-build v0.7.0 (/Users/andrewlamb/Software/pbjson/target/package/pbjson-build-0.7.0)
Finished dev [unoptimized + debuginfo] target(s) in 2.89s
Packaged 11 files, 76.6KiB (16.5KiB compressed)
Uploading pbjson-build v0.7.0 (/Users/andrewlamb/Software/pbjson/pbjson-build)
error: failed to publish to registry at https://crates.io
Caused by:
the remote server responded with an error (status 403 Forbidden): this crate exists but you don't seem to be an owner. If you believe this is a mistake, perhaps you need to accept an invitation to be an owner before publishing. |
@tustvold sorry to bother you again, can you please add me as owner to the other pbjson crates: |
Update: I have the gotten the necessary invitations from @tustvold -- thank you ❤️ |
Ok, all three crates are published! I also made a PR to document the release process for next time: #131 https://crates.io/crates/pbjson-build/0.7.0 |
Rationale:
We need a release vehicle for #126
Let's plan to release a new version of pbjson
https://crates.io/crates/pbjson
The text was updated successfully, but these errors were encountered: