<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.2.7</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-03T18:34:20Z</updated>
<entry>
<title>Merge branch 'version-bumps-arti-v1.2.7' into 'main'</title>
<updated>2024-09-03T18:34:20Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T18:34:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44e380e8c73025b6fb9653daf07f32c539215404'/>
<id>urn:sha1:44e380e8c73025b6fb9653daf07f32c539215404</id>
<content type='text'>
Version bumps for the 1.2.7 release

See merge request tpo/core/arti!2384</content>
</entry>
<entry>
<title>Merge branch 'changelog-1.2.7' into 'main'</title>
<updated>2024-09-03T18:07:11Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T18:07:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d78038effbc83e65f9079f5bd119b742759f0793'/>
<id>urn:sha1:d78038effbc83e65f9079f5bd119b742759f0793</id>
<content type='text'>
Add changelog for 1.2.7.

See merge request tpo/core/arti!2382</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench.</title>
<updated>2024-09-03T17:57:12Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:29:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=acc3bc5fb5b7bd1f052d71f4f86b0a479a4bf766'/>
<id>urn:sha1:acc3bc5fb5b7bd1f052d71f4f86b0a479a4bf766</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 arti crate to 1.2.7</title>
<updated>2024-09-03T17:57:12Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:27:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3af9510a3e574b978fb2cad06b06abab13743dcb'/>
<id>urn:sha1:3af9510a3e574b978fb2cad06b06abab13743dcb</id>
<content type='text'>
Done using:

```
cargo set-version --bump patch -p arti
```
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.22.0.</title>
<updated>2024-09-03T17:57:12Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:25:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3c266707f2fd361a447d922c5acfbb3938d88f2'/>
<id>urn:sha1:c3c266707f2fd361a447d922c5acfbb3938d88f2</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.22.0
done
```
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2024-09-03T17:56:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:21:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35549a983ec61a2c9feb4ffac1f3f393f6b87c79'/>
<id>urn:sha1:35549a983ec61a2c9feb4ffac1f3f393f6b87c79</id>
<content type='text'>
This bumps the versions of the non-{arti,tor-}
crates that have non-functional changes:
  - fslock-guard (updated rustdoc-args)
  - equix (comment typo fixes)
  - caret (updated rustdoc-args)
  - safelog (updated rustdoc-args)
  - retry-error (updated rustdoc-args)

And of the pre-1.0.0 crates that have new APIs:
  - fs-mistrust (new `CheckedDir::metadata` API)

Done using

```
for c in "${non_tor[@]}"; do maint/bump_nodep $c; done
```

where `non_tor` contains the list above
</content>
</entry>
<entry>
<title>CHANGELOG: Add blank lines to satisfy maint/update-md-links.</title>
<updated>2024-09-03T17:12:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:12:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7cf58d6c95b763807cf0c9ae70c4e232fefc0f10'/>
<id>urn:sha1:7cf58d6c95b763807cf0c9ae70c4e232fefc0f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'reexport-oneshot' into 'main'</title>
<updated>2024-09-03T17:02:10Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:02:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a0dc09aab4134426c8b26e19abeca711faf8f60'/>
<id>urn:sha1:2a0dc09aab4134426c8b26e19abeca711faf8f60</id>
<content type='text'>
tor-async-utils: Re-export oneshot-fused-workaround as oneshot.

See merge request tpo/core/arti!2383</content>
</entry>
<entry>
<title>CHANGELOG: Add missing closing bracket.</title>
<updated>2024-09-03T16:55:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T16:55:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2aa3696b2ac25d648630e60f4325e1788c129b7'/>
<id>urn:sha1:c2aa3696b2ac25d648630e60f4325e1788c129b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CHANGELOG: Update links for 1.2.7.</title>
<updated>2024-09-03T16:51:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T16:51:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ac88a858bce986b006ada35941908a653292a483'/>
<id>urn:sha1:ac88a858bce986b006ada35941908a653292a483</id>
<content type='text'>
</content>
</entry>
</feed>
