<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.2.8</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.8</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.8'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-30T14:49:33Z</updated>
<entry>
<title>Merge branch 'arti-1.2.8-bumps' into 'main'</title>
<updated>2024-09-30T14:49:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T14:49:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=976425194b7a6e7939f75753cef3d5739cef1c5c'/>
<id>urn:sha1:976425194b7a6e7939f75753cef3d5739cef1c5c</id>
<content type='text'>
Version bumps for arti-1.2.8 release

See merge request tpo/core/arti!2466</content>
</entry>
<entry>
<title>Merge branch 'changelog-1.2.8' into 'main'</title>
<updated>2024-09-30T14:43:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T14:43:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3c409a3c314a2e9b9fbd8ae7897cae0b9b8fa7b8'/>
<id>urn:sha1:3c409a3c314a2e9b9fbd8ae7897cae0b9b8fa7b8</id>
<content type='text'>
Initial changelog for 1.2.8

See merge request tpo/core/arti!2464</content>
</entry>
<entry>
<title>Merge branch 'update-1.2.8' into 'main'</title>
<updated>2024-09-30T14:13:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T14:13:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2c2cc891d246140bd8c9d5797b715ed7d8975fa'/>
<id>urn:sha1:e2c2cc891d246140bd8c9d5797b715ed7d8975fa</id>
<content type='text'>
Run "cargo update" in preparation for 1.2.8

See merge request tpo/core/arti!2465</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench.</title>
<updated>2024-09-30T13:39:09Z</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=11cb47e23e81e2704378f98074cb4106d39963d0'/>
<id>urn:sha1:11cb47e23e81e2704378f98074cb4106d39963d0</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.8</title>
<updated>2024-09-30T13:07:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T13:07:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d477b87e5c78c01c37201abda22b08dbb89ebe85'/>
<id>urn:sha1:d477b87e5c78c01c37201abda22b08dbb89ebe85</id>
<content type='text'>
Generated with
```
cargo set-version --bump patchlevel -p arti
```
</content>
</entry>
<entry>
<title>Bump arti- and tor- crates to 0.23.0</title>
<updated>2024-09-30T13:04:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T13:04:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6890da4b1f87fd5e834aeb0cc9a7cd4b1d99e88'/>
<id>urn:sha1:d6890da4b1f87fd5e834aeb0cc9a7cd4b1d99e88</id>
<content type='text'>
Per our policy, every one of these gets a minor bump.

Generated with:

```
for crate in $(./maint/list_crates | grep '^\(tor\|arti\)-' ); do
    cargo set-version --bump minor -p $crate;
done
```
(Note the use of `-` at the end end of the grep pattern to prevent
matching the `arti` crate.)
</content>
</entry>
<entry>
<title>Minor bumps on non-tor/arti crates</title>
<updated>2024-09-30T12:56:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T12:56:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b29dd6d7f90cf077e8809a1ab317e23535e165c8'/>
<id>urn:sha1:b29dd6d7f90cf077e8809a1ab317e23535e165c8</id>
<content type='text'>
These crates are not in the tor/arti namespace,
but we have given them MSRV bumps:

```
oneshot-fused-workaround
slotmap-careful
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
test-temp-dir
retry-error
```

We are counting this as a breaking change.
Since all of these crates are at 0.x.x,
we have indicated the breaking change with a minor version bump.

This commit was generated with the following script:

```
BUMPS="
oneshot-fused-workaround
slotmap-careful
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
test-temp-dir
retry-error
"

for crate in $BUMPS; do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>Update list of Tor employees in exclude_contributors</title>
<updated>2024-09-30T12:52:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T12:51:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4bc868cf31c536608ab1fd6f0e4996ae95d3690'/>
<id>urn:sha1:e4bc868cf31c536608ab1fd6f0e4996ae95d3690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog: dedup opara/Steven</title>
<updated>2024-09-30T12:49:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T12:49:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7cedaa1ec64174f948bafc19a59864c392738584'/>
<id>urn:sha1:7cedaa1ec64174f948bafc19a59864c392738584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog: move and revise description of 2441.</title>
<updated>2024-09-30T12:48:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T12:48:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=166770973c84bc03008e3458b04898e45f2f64fb'/>
<id>urn:sha1:166770973c84bc03008e3458b04898e45f2f64fb</id>
<content type='text'>
</content>
</entry>
</feed>
