<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.8.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.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-12-02T12:09:09Z</updated>
<entry>
<title>Merge branch 'release-date' into 'main'</title>
<updated>2025-12-02T12:09:09Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-12-02T12:09:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c79dfb9a31e2fdde6230da4edcb71cc082ca7d9'/>
<id>urn:sha1:6c79dfb9a31e2fdde6230da4edcb71cc082ca7d9</id>
<content type='text'>
Run maint/update-release-date

See merge request tpo/core/arti!3519</content>
</entry>
<entry>
<title>Merge branch 'version-bumps-arti-1.8.0' into 'main'</title>
<updated>2025-12-02T12:04:32Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T12:04:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e6e7ee00a363394fce577cf9960d25d2d62fb273'/>
<id>urn:sha1:e6e7ee00a363394fce577cf9960d25d2d62fb273</id>
<content type='text'>
Version bumps for the arti 1.8.0 release

See merge request tpo/core/arti!3518</content>
</entry>
<entry>
<title>Run maint/update-release-date.</title>
<updated>2025-12-02T11:14:57Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T11:14:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7c03502b8b1c8ede65dac2a6af7992cc3c3d832'/>
<id>urn:sha1:b7c03502b8b1c8ede65dac2a6af7992cc3c3d832</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump arti crate to 1.8.0</title>
<updated>2025-12-02T11:07:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:59:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7bf971d4a67c4710e01b8d82ac1a4cc19a482e5e'/>
<id>urn:sha1:7bf971d4a67c4710e01b8d82ac1a4cc19a482e5e</id>
<content type='text'>
Done using:

```
cargo set-version --bump minor -p arti
```
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.37.0.</title>
<updated>2025-12-02T11:07:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:58:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e7d740eda02e05dd53574b6753cc4b45ab160b58'/>
<id>urn:sha1:e7d740eda02e05dd53574b6753cc4b45ab160b58</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.37.0
done
</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench</title>
<updated>2025-12-02T11:07:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:56:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4d1115a4e08264544c831e23b523cf6b85fefcc9'/>
<id>urn:sha1:4d1115a4e08264544c831e23b523cf6b85fefcc9</id>
<content type='text'>
Done using

```
  (cd crates/hashx/bench &amp;&amp; cargo update)
  (cd crates/equix/bench &amp;&amp; cargo update)
```
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates</title>
<updated>2025-12-02T11:07:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:54:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b62b4f0ce73d3bb09b6bc748a5441abc8079d7c'/>
<id>urn:sha1:6b62b4f0ce73d3bb09b6bc748a5441abc8079d7c</id>
<content type='text'>
The non-{arti-,tor-} crates are:
```
./maint/list_crates  | rg -v '^(tor|arti)'
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
retry-error
futures-copy
```

We split them in the following categories:
  * crates with no changes (no version bumps): None
    ```
    maint/changed_crates -v "arti-v$LAST_VERSION" 2&gt;&amp;1 &gt;/dev/null | grep -i "no change" | grep -v '\(tor\|arti\)-'
    ```

  * crates that only have non-functional changes (bump the patch version,
    but not the dependend-on version):
     - oneshot-fused-workaround
     - slotmap-careful
     - test-temp-dir
     - fslock-guard
     - equix
     - caret
     - safelog
     - retry-error

  * crates where functional changes were made, but no APIs were added or broken:
     - hashx
     - fs-mistrust
     - futures-copy

  * crates where APIs were broken (bump minor): None

The bumps from this commit were created using this script:

```
PATCH_NF=(
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
equix
caret
safelog
retry-error
)

PATCH="
hashx
fs-mistrust
futures-copy
"

./maint/bump_nodep "${PATCH_NF[@]}"

for crate in $PATCH; do
    cargo set-version --bump patch -p $crate;
done
```
</content>
</entry>
<entry>
<title>Merge branch 'changelog-1.8.0' into 'main'</title>
<updated>2025-12-02T10:13:40Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T10:13:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca31c540e8f2e4327f3497d54a1d36219f579e52'/>
<id>urn:sha1:ca31c540e8f2e4327f3497d54a1d36219f579e52</id>
<content type='text'>
Add changelog for 1.8.0

See merge request tpo/core/arti!3514</content>
</entry>
<entry>
<title>changelog: Apply maint/format_md_links</title>
<updated>2025-12-01T19:11:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-01T19:09:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a3dd8ec8afe208fc26998234eb4d223f4d589fea'/>
<id>urn:sha1:a3dd8ec8afe208fc26998234eb4d223f4d589fea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog: Add spacing in proposal name</title>
<updated>2025-12-01T19:11:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-01T19:09:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=abb3767c132df23b6a274e93a7395c2e576ab896'/>
<id>urn:sha1:abb3767c132df23b6a274e93a7395c2e576ab896</id>
<content type='text'>
</content>
</entry>
</feed>
