<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-30T01:06:21Z</updated>
<entry>
<title>Merge branch 'release-3' into 'main'</title>
<updated>2025-10-30T01:06:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-30T01:06:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0e88ed299458b6e050584a2045a026cd49714c9'/>
<id>urn:sha1:c0e88ed299458b6e050584a2045a026cd49714c9</id>
<content type='text'>
arti-client: Update `ARTI_CLIENT_RELEASE_DATE`

See merge request tpo/core/arti!3413</content>
</entry>
<entry>
<title>Merge branch 'release-2' into 'main'</title>
<updated>2025-10-30T01:06:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-30T01:06:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c129bde942597750f7573d9be41a678912792c3'/>
<id>urn:sha1:7c129bde942597750f7573d9be41a678912792c3</id>
<content type='text'>
maint: Bump minor versions of all published crates

See merge request tpo/core/arti!3412</content>
</entry>
<entry>
<title>arti-client: update `ARTI_CLIENT_RELEASE_DATE`</title>
<updated>2025-10-29T19:50:46Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:50:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed6462a56f88c2443cf148cd929fa5e85fa8382e'/>
<id>urn:sha1:ed6462a56f88c2443cf148cd929fa5e85fa8382e</id>
<content type='text'>
```bash
./maint/update-release-date
```
</content>
</entry>
<entry>
<title>equix-bench: ran `cargo update`</title>
<updated>2025-10-29T19:37:15Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:37:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2615de54b3cacf1094d03c2573edc4d3cca40cd'/>
<id>urn:sha1:e2615de54b3cacf1094d03c2573edc4d3cca40cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hashx-bench: ran `cargo update`</title>
<updated>2025-10-29T19:36:30Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:36:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b92a6bdda9aaf89a07f6e0365ffac8b552c217b'/>
<id>urn:sha1:3b92a6bdda9aaf89a07f6e0365ffac8b552c217b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: bump minor versions of all published crates</title>
<updated>2025-10-29T19:32:37Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:32:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e3bc2af0994706f3597cd14d340736a4d0f03e3'/>
<id>urn:sha1:7e3bc2af0994706f3597cd14d340736a4d0f03e3</id>
<content type='text'>
```bash
readarray -t publish &lt; &lt;(cargo metadata --format-version 1 | jq -r '.packages[] | select((.id | startswith("path+file:///")) and (.rust_version != null) and (.publish == null or .publish == true or .publish != [])) | .name')
for package in "${publish[@]}"; do echo "$package:"; cargo set-version --bump minor -p "$package"; done
```
</content>
</entry>
<entry>
<title>Merge branch 'p101-2025-q3' into 'main'</title>
<updated>2025-10-29T18:57:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2025-10-29T18:57:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5623df04a9d90af5c375391c8e05baf70c8a048'/>
<id>urn:sha1:a5623df04a9d90af5c375391c8e05baf70c8a048</id>
<content type='text'>
Update P101 numbers for September 2025.

See merge request tpo/core/arti!3409</content>
</entry>
<entry>
<title>Merge branch 'changelog-1.7.0' into 'main'</title>
<updated>2025-10-29T18:19:42Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T18:19:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24ad69139bb1f72aefa8e4258b55566f30533664'/>
<id>urn:sha1:24ad69139bb1f72aefa8e4258b55566f30533664</id>
<content type='text'>
Changelog for arti 1.7.0

See merge request tpo/core/arti!3411</content>
</entry>
<entry>
<title>changelog syntax tweaks from opara</title>
<updated>2025-10-29T17:43:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-29T17:43:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=12bd5963876dab65b757ef5fe6d11dacbb69d08f'/>
<id>urn:sha1:12bd5963876dab65b757ef5fe6d11dacbb69d08f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'revert_contributor_fork' into 'main'</title>
<updated>2025-10-29T17:35:46Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T17:35:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79cb318a0a5bbdfd69460e39a74be085319630be'/>
<id>urn:sha1:79cb318a0a5bbdfd69460e39a74be085319630be</id>
<content type='text'>
Revert contributor-fork update notice.

See merge request tpo/core/arti!3408</content>
</entry>
</feed>
