<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, branch arti-v0.4.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-05-27T14:18:52Z</updated>
<entry>
<title>Regenerate version bump from previous commit.</title>
<updated>2022-05-27T14:18:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-27T14:18:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4326aa1de9875ea399c3a608c0320bbe4b214a42'/>
<id>urn:sha1:4326aa1de9875ea399c3a608c0320bbe4b214a42</id>
<content type='text'>
This commit was made by reverting the previous commit, then
re-running the script I used to generate it.  In theory there should
be no semantic changes: only changes due to improved formatting from
cargo edit.
</content>
</entry>
<entry>
<title>Semantic version changes for Arti 0.4.0 release</title>
<updated>2022-05-27T13:01:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-27T13:01:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b232365a75249d6f767127feb2a47286f9ece762'/>
<id>urn:sha1:b232365a75249d6f767127feb2a47286f9ece762</id>
<content type='text'>
I followed the following procedure to make these changes:

* I used maint/changed_crates to find out which crates had changed
  since 0.3.0.
* I used grep and maint/list_crates to sort those crates in
  topological (dependency) order.
* I looked through semver_status to find which crates were listed as
  having semver-relevant changes (new APIs and breaking changes).
* I scanned through the git logs of the crates with no
  semver-relevant changes listed to confirm that, indeed, they had
  no changes.  For those crates, I incremented their patch-level
  version _without_ changing the version that other crates depend on.
* I scanned through the git logs of the crates with no
  semver-relevant changes listed to confirm that, indeed, they had
  no obvious breaking changes.
* I treated all crates that depend on `arti` and/or `arti-client` as
  having breaking changes.
* I identified crates that depend on crates that have changed, even
  if they have not changed themselves, and identified them as having
  a non-breaking change.
* For all of the crates, I used `cargo set-version -p $CRATE --bump
  $STATUS` (where `STATUS` is `patch` or `minor`) to update the
  versions, and the depended-upon versions.
</content>
</entry>
<entry>
<title>Bump versions of trivially-changed crates.</title>
<updated>2022-05-27T12:52:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-27T12:52:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=45d21d2520cf083000e4384242f33796186de29b'/>
<id>urn:sha1:45d21d2520cf083000e4384242f33796186de29b</id>
<content type='text'>
These crates had only clippy fixes that do not affect their
behavior:
        tor-bytes
        tor-cell
        tor-events
        tor-linkspec
        tor-netdir
        tor-socksproto

This crate only had the cargo-husky dependency removed, which
does not affect compatibility:
        tor-llcrypto

Since these changes have no compatibility effects, it is not
necessary to bump the versions of these crates which other crates
depend on.
</content>
</entry>
<entry>
<title>Update tor-config README.md.</title>
<updated>2022-05-27T12:34:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-27T12:34:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fbc5218af66cd2c22d895c41a7389e91e7f45754'/>
<id>urn:sha1:fbc5218af66cd2c22d895c41a7389e91e7f45754</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a link with nightly rustdoc</title>
<updated>2022-05-26T19:40:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-26T19:40:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b4a87687f511119a26d27b226167917438f526d4'/>
<id>urn:sha1:b4a87687f511119a26d27b226167917438f526d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'tests-20220525' into 'main'</title>
<updated>2022-05-26T14:35:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-26T14:35:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ae08a023fb50af1fa64844a731ecdd48cb91105b'/>
<id>urn:sha1:ae08a023fb50af1fa64844a731ecdd48cb91105b</id>
<content type='text'>
Add a few coverage-driven tests

See merge request tpo/core/arti!536</content>
</entry>
<entry>
<title>Remove some stray dbg!() calls.</title>
<updated>2022-05-26T13:59:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-26T13:59:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c33a9d1f4e81b38bba7907a2fd852fc46e0f6bf6'/>
<id>urn:sha1:c33a9d1f4e81b38bba7907a2fd852fc46e0f6bf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'standardise-shell' into 'main'</title>
<updated>2022-05-26T12:53:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-26T12:53:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=68b04197528896bf84774c738cf6439e73977c5e'/>
<id>urn:sha1:68b04197528896bf84774c738cf6439e73977c5e</id>
<content type='text'>
Standardise shell

Closes #425

See merge request tpo/core/arti!533</content>
</entry>
<entry>
<title>Merge branch 'config-split' into 'main'</title>
<updated>2022-05-26T10:40:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-05-26T10:40:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4bf87d61ca94648a7af220342303748f1ae1d1b3'/>
<id>urn:sha1:4bf87d61ca94648a7af220342303748f1ae1d1b3</id>
<content type='text'>
Break TorClientConfig out of ArtiConfig and warn on unknown config keys

Closes #459 and #417

See merge request tpo/core/arti!529</content>
</entry>
<entry>
<title>tor-config: load: clippy: adopt two suggestions</title>
<updated>2022-05-26T10:03:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-26T10:03:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c5a8e453b9610c53921e41b749bcf977b1e084f9'/>
<id>urn:sha1:c5a8e453b9610c53921e41b749bcf977b1e084f9</id>
<content type='text'>
We can have mem::take, hooray.
</content>
</entry>
</feed>
