rust-lang / rustdoc-types

Rustdoc's JSON output interface
Apache License 2.0
28 stars 15 forks source link

v0.30.0 #33

Closed tamird closed 1 month ago

tamird commented 1 month ago

Someone is going to have to run the remaining steps after this merges:

git tag v0.30.0
git push && git push --tags
cargo publish

and then close #32.

aDotInTheVoid commented 1 month ago

Shoot, sorry for not doing this.

I'll try to release v0.30.0 this evening after work, as I want to give more motivated release notes. Given that I decided to break everyone's code, I think I should explain why 😅

aDotInTheVoid commented 1 month ago

I released v0.30.0 in b2c051d3dad7352a7973df7b5bcb82d38273576e, and cherry picked the improvements to CI/infra in 888b6c3fd2608c6fc16d24d3d77907a45cbb35f7 and aea8d42347f0a94c7702329147c32098181221bd. Thanks for contributing!