summaryrefslogtreecommitdiff
path: root/crates/tor-protover/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* protover: Change ProtoKind to be a u8Nick Mathewson2025-05-071-0/+2
| | | | | It is not remotely close to exhausting a u8, and several of our protocols expect it to be expressible as one.
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-2/+0
| | | | | | | | ``` for crate in $(./maint/list_crates | rg '^(tor|arti-)'); do cargo set-version -p $crate 0.30.0 done ```
* protover: Correct capitalization of Micro[Dd]escNick Mathewson2025-04-161-0/+2
Closes #1923