<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-basic-utils/semver.md, branch arti-v2.2.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-25T14:36:17Z</updated>
<entry>
<title>tor-basic-utils: Remove IoErrorExt and BinaryHeapExt.</title>
<updated>2026-03-25T14:36:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-25T14:36:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=074072ad66bf35e170bd3ce467aad6a6097e24be'/>
<id>urn:sha1:074072ad66bf35e170bd3ce467aad6a6097e24be</id>
<content type='text'>
IoErrorExt existed to provide a workaround for Rust versions
that didn't have io::ErrorKind::NotADirectory.  But NotADirectory
was stabilized in 1.83 and our MSRV is 1.89.

BinaryHeapExt existed to provide an implementation for Rust
versions that didn't have BinaryHeap::retain.  But
BinaryHeap::retain was stabilized in 1.70 and our MSRV is 1.70.
</content>
</entry>
<entry>
<title>meta: Remove all semver.md files post-release</title>
<updated>2026-01-13T21:16:44Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-13T16:57:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=804d065fd01bda51231e959055de5f4139243e68'/>
<id>urn:sha1:804d065fd01bda51231e959055de5f4139243e68</id>
<content type='text'>
Fix the conflict in tor-netdoc/semver.md by hand, including the new
entries already landed since v1.9.0.
</content>
</entry>
<entry>
<title>Move intern from tor-netdir to tor-basic-utils and make it pub</title>
<updated>2025-12-03T15:18:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-12-02T15:07:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=748d142fe6d1d69b90fed00546dd4f361245ca54'/>
<id>urn:sha1:748d142fe6d1d69b90fed00546dd4f361245ca54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release: Delete semver.md files after release.</title>
<updated>2025-06-05T13:45:22Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-05T13:45:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a59953da8d68cbf8ffdc8711e3fc5ec3bba77ae4'/>
<id>urn:sha1:a59953da8d68cbf8ffdc8711e3fc5ec3bba77ae4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-basic-utils: reword `semver.md` entry</title>
<updated>2025-05-15T14:42:40Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-05-15T14:41:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f98ae681a3bde922d661cb6508ae38f5e7f80e1'/>
<id>urn:sha1:9f98ae681a3bde922d661cb6508ae38f5e7f80e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` method</title>
<updated>2025-05-15T02:49:46Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-05-15T02:18:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ba132986e962cc68830080362b8ee7edad7f284f'/>
<id>urn:sha1:ba132986e962cc68830080362b8ee7edad7f284f</id>
<content type='text'>
This method has always been deprecated, so it's not a big deal to
remove. It can be replaced with the corresponding iterators's `Default`
implementation.
</content>
</entry>
<entry>
<title>Remove semver.md files.</title>
<updated>2024-09-04T10:53:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-04T10:53:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b5939c5ccf3ffa2fb41e04bd2964a0778cf49e7c'/>
<id>urn:sha1:b5939c5ccf3ffa2fb41e04bd2964a0778cf49e7c</id>
<content type='text'>
The 1.2.7 release is out so we won't be needing these anymore.
</content>
</entry>
<entry>
<title>Add ByteQty to semver.md</title>
<updated>2024-08-27T11:46:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-22T16:47:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=54972684abf77a8038476fed97081fe278309601'/>
<id>urn:sha1:54972684abf77a8038476fed97081fe278309601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove semver.md files from arti-1.2.1 release</title>
<updated>2024-04-02T14:42:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T14:42:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2db5ccf16d2f977c073ba3f142513b920fb7b6a1'/>
<id>urn:sha1:2db5ccf16d2f977c073ba3f142513b920fb7b6a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PathExt::display_lossy: Add semver note</title>
<updated>2024-03-05T15:34:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-05T12:52:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f6aa20c3551c83646ffd9562dd359ebb983b43b'/>
<id>urn:sha1:7f6aa20c3551c83646ffd9562dd359ebb983b43b</id>
<content type='text'>
</content>
</entry>
</feed>
