<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat-cli, branch v0.1.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.bnewbold.net/fatcat-cli/atom?h=v0.1.8</id>
<link rel='self' href='https://git.bnewbold.net/fatcat-cli/atom?h=v0.1.8'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/'/>
<updated>2022-10-20T23:01:23+00:00</updated>
<entry>
<title>update deps; bump to v0.1.8</title>
<updated>2022-10-20T23:01:23+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-10-20T22:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=8c68334145096cf4433fa7d5162e67608480ecb1'/>
<id>urn:sha1:8c68334145096cf4433fa7d5162e67608480ecb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump 'macaroon' to v0.3.0</title>
<updated>2022-10-20T22:56:59+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-10-20T22:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=b208d89433f628520104205dea87972094f07cc6'/>
<id>urn:sha1:b208d89433f628520104205dea87972094f07cc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update 'sha1' crate to 'sha1_smol'</title>
<updated>2022-10-20T22:56:14+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-10-20T22:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=b718cae7b4755b40a6aeee16a2ee5d19d5a38d63'/>
<id>urn:sha1:b718cae7b4755b40a6aeee16a2ee5d19d5a38d63</id>
<content type='text'>
The current 'sha1' crate is a new implementationn, the old
implementation was renamed to sha1_smol.
</content>
</entry>
<entry>
<title>we don't actually verify macaroons, so remove verifier</title>
<updated>2022-10-20T21:21:21+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-10-20T21:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=402b8e27c8c39ef856ffc583799072ed70cdb0a6'/>
<id>urn:sha1:402b8e27c8c39ef856ffc583799072ed70cdb0a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increment version for 0.1.7 release</title>
<updated>2022-09-08T03:38:24+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-09-08T03:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=26a64b964d74cf78872893209ee0bd76a67c4176'/>
<id>urn:sha1:26a64b964d74cf78872893209ee0bd76a67c4176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog: document unreleased changes</title>
<updated>2022-09-08T03:00:48+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-09-08T03:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=2e8245b2fbd64ab79432d6aa1969fb00ec1cf8b4'/>
<id>urn:sha1:2e8245b2fbd64ab79432d6aa1969fb00ec1cf8b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make lint (clippy) cleanups</title>
<updated>2022-09-08T02:59:14+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-09-08T02:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=fd61e1aeefdfb6125e0b754d56a39e7700bb7a39'/>
<id>urn:sha1:fd61e1aeefdfb6125e0b754d56a39e7700bb7a39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use upstream version of 'macaroon' crate</title>
<updated>2022-09-08T02:49:42+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-09-08T02:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=d941d472ada2b5943142751cf2c7e01b66f1d17a'/>
<id>urn:sha1:d941d472ada2b5943142751cf2c7e01b66f1d17a</id>
<content type='text'>
The code changes are pretty minor: using default() instead of new(), and
(safely) parsing bytes out of predicates instead of getting String
directly.

The validate() function is now run automatically as part of
deserialization, so don't need that function call.

This reduces duplication in the dependency tree, and gets us on sounder
footing for maintainability, which is great!
</content>
</entry>
<entry>
<title>try MSRV of 1.59</title>
<updated>2022-08-12T17:21:21+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-08-12T17:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=19ad74a98458360473dbf0ff474368e1c1c45156'/>
<id>urn:sha1:19ad74a98458360473dbf0ff474368e1c1c45156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cargo: percent-encoding is actually required for client</title>
<updated>2022-08-12T16:56:34+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-08-12T16:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=5fd45bcfe02ee7b20fad93591850c38bb5146862'/>
<id>urn:sha1:5fd45bcfe02ee7b20fad93591850c38bb5146862</id>
<content type='text'>
</content>
</entry>
</feed>
