summaryrefslogtreecommitdiff
path: root/crates/tor-proto/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
|
* tor-proto: Stop using write_infallible in handshake code.Nick Mathewson2022-07-111-0/+1
| | | | | | | | This change was a bit annoying, since most of this code _can't_ fail, and so the only reasonable response is to wrap the input in an internal error... except for one case where we're actually encoding a caller-provided message, so we _do_ want to wrap the EncodeError from tor_bytes.
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-3/+0
|
* tor-proto: err: Provide ChannelClosed as a separate unit errorIan Jackson2022-06-211-0/+1
|
* update semver.mdtrinity-1686a2022-06-081-0/+1
|
* Document semver changesIan Jackson2022-06-081-0/+1