<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.1.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-02-01T16:30:28Z</updated>
<entry>
<title>Merge branch 'version_bump' into 'main'</title>
<updated>2023-02-01T16:30:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T16:30:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=db7183a64e1378dd08fa16088e23174d3d90a0b3'/>
<id>urn:sha1:db7183a64e1378dd08fa16088e23174d3d90a0b3</id>
<content type='text'>
Bump crate versions in preparation for 1.1.1.

See merge request tpo/core/arti!1001</content>
</entry>
<entry>
<title>Bump minor version of tor-cell.</title>
<updated>2023-02-01T15:42:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T15:42:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a2b1f20216a5d7592fba6781822bc4890b7289fa'/>
<id>urn:sha1:a2b1f20216a5d7592fba6781822bc4890b7289fa</id>
<content type='text'>
In !948 we renamed a couple of accessor functions, which is a
breaking change in `tor-cell`'s API.

In retrospect, perhaps we should have deprecated the old names and
added the new ones, so we wouldn't have to break the API.  (This is
the only API break AFAICT since 1.1.0.)
</content>
</entry>
<entry>
<title>Bump the patch version of every crate that had API additions</title>
<updated>2023-02-01T15:36:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T15:36:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c1b6a5a81e382be6210c7e2b0aae9695ad0bef4'/>
<id>urn:sha1:7c1b6a5a81e382be6210c7e2b0aae9695ad0bef4</id>
<content type='text'>
These crates had API or behavior changes that may affect downstream
crates. Fortunately, they're all version 0.x, and don't need minor
bumps for this.
</content>
</entry>
<entry>
<title>Bump the patch-level version of crates with _minor_ changes.</title>
<updated>2023-02-01T15:23:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T15:23:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=66f594a4b6fac81137886be90a7bda3687923d48'/>
<id>urn:sha1:66f594a4b6fac81137886be90a7bda3687923d48</id>
<content type='text'>
These changes influence behavior, but not effect compatibility.
(If I messed up, and any crate except for `arti` has non-breaking
API changes, that's still fine, since they are all version
0.x.)
</content>
</entry>
<entry>
<title>Bump the patch version of each crate with _trivial_ changes.</title>
<updated>2023-02-01T15:10:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T15:10:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=592d6bf8a3980cf383306e894215add2a5e9e6cd'/>
<id>urn:sha1:592d6bf8a3980cf383306e894215add2a5e9e6cd</id>
<content type='text'>
These crates have not had changes to their behavior; as such it is
not necessary to bump their dependencies to require the new versions.
</content>
</entry>
<entry>
<title>Move tor-proto/semver.md to tor-cell</title>
<updated>2023-02-01T14:50:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T14:49:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c42350c6bf6db7b5a76fc001290bb5b99354f557'/>
<id>urn:sha1:c42350c6bf6db7b5a76fc001290bb5b99354f557</id>
<content type='text'>
It was erroneously created in the wrong place.
</content>
</entry>
<entry>
<title>Mark arti-config as "publish=false"</title>
<updated>2023-02-01T14:48:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T14:48:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e172a0c893e08bef330139293502bf62f03852ae'/>
<id>urn:sha1:e172a0c893e08bef330139293502bf62f03852ae</id>
<content type='text'>
We no longer use it anywhere; there is no reason to keep publishing
updates to it.
</content>
</entry>
<entry>
<title>CHANGELOG for arti 1.1.1</title>
<updated>2023-02-01T14:03:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-01T14:03:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=be5b6195b185c72d29a2307d7775087ce5515ef2'/>
<id>urn:sha1:be5b6195b185c72d29a2307d7775087ce5515ef2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'update' into 'main'</title>
<updated>2023-01-31T21:02:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-31T21:02:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=59e812bdbedfa7047476afbeee337bab6c3f3085'/>
<id>urn:sha1:59e812bdbedfa7047476afbeee337bab6c3f3085</id>
<content type='text'>
Run cargo update in preparation for release tomorrow

See merge request tpo/core/arti!1000</content>
</entry>
<entry>
<title>Run cargo update in preparation for release tomorrow</title>
<updated>2023-01-31T20:37:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-31T20:37:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=970cc6cb29b11921e5d504d51509d7db1a6b47d3'/>
<id>urn:sha1:970cc6cb29b11921e5d504d51509d7db1a6b47d3</id>
<content type='text'>
</content>
</entry>
</feed>
