rust-lang / rustdoc-types

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

v0.31.0 #40

Closed Nerixyz closed 1 week ago

Nerixyz commented 1 week ago

The only change in this version is that Id is now a u32 instead of a String (breaking).

After a merge, the release needs to be tagged and created:

git tag v0.31.0
git push && git push --tags
cargo publish
aDotInTheVoid commented 1 week ago

Done in 7fc07fafa5784777cfe98ca0c6c706bc72ce358b instead