<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat-cli, branch v0.1.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.bnewbold.net/fatcat-cli/atom?h=v0.1.7</id>
<link rel='self' href='https://git.bnewbold.net/fatcat-cli/atom?h=v0.1.7'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/'/>
<updated>2022-09-08T03:38:24+00:00</updated>
<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>
<entry>
<title>define and bump MSRV to 1.49</title>
<updated>2022-08-12T16:37:23+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-08-12T16:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf'/>
<id>urn:sha1:e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README: mention libsodium-dev dependency</title>
<updated>2022-08-12T16:27:00+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-08-12T16:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=70d9095bd1aa6cd63037993e770b17697b65cc1a'/>
<id>urn:sha1:70d9095bd1aa6cd63037993e770b17697b65cc1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cargo: bump reqwest to reduce duplication of deps</title>
<updated>2022-08-12T03:01:00+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-08-12T03:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=3f4a9a50c72ff7748f432cceb34f7fd7e0a25683'/>
<id>urn:sha1:3f4a9a50c72ff7748f432cceb34f7fd7e0a25683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cargo deps (tokio 1.x, hyper 0.5, etc)</title>
<updated>2022-08-12T02:40:32+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2022-08-12T02:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-cli/commit/?id=f5bb9cf60f1dc6a587af8eba1194e4867552ac8e'/>
<id>urn:sha1:f5bb9cf60f1dc6a587af8eba1194e4867552ac8e</id>
<content type='text'>
These changes are driven by the codegen update.

It may be possible to reduce the dependency tree by removing features
from upstream packages. It might also be possible to use newer versions
of upstream packages, especially now that dependencies are stabilizing.
</content>
</entry>
</feed>
