<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zig-nkeys, branch 0.3.1</title>
<subtitle>NKeys support for Zig</subtitle>
<id>https://git.fautchen.eu/zig-nkeys.git/atom?h=0.3.1</id>
<link rel='self' href='https://git.fautchen.eu/zig-nkeys.git/atom?h=0.3.1'/>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/'/>
<updated>2021-09-20T09:57:39Z</updated>
<entry>
<title>Make compatible with Zig master</title>
<updated>2021-09-20T09:57:39Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-09-20T09:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=29fb00a1c3a60d4faca2fb29ae56b73362baa917'/>
<id>urn:sha1:29fb00a1c3a60d4faca2fb29ae56b73362baa917</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare for 0.3.0 release</title>
<updated>2021-07-02T20:04:56Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-07-02T20:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=1148e92a6a84d5fa65e4e8ef18328fcb4f16664d'/>
<id>urn:sha1:1148e92a6a84d5fa65e4e8ef18328fcb4f16664d</id>
<content type='text'>
The API for findKeySection was broken, so a minor (0.) release is in
order.
</content>
</entry>
<entry>
<title>Remove unused parameters and variables in znk</title>
<updated>2021-07-02T20:00:49Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-07-02T20:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=ce7129c829c64ef9bec465f11f50311e487b61c1'/>
<id>urn:sha1:ce7129c829c64ef9bec465f11f50311e487b61c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused parameters and variables</title>
<updated>2021-07-02T19:57:02Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-07-02T19:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=78930ad50faa446a5fbed2baad2969933bee1bd3'/>
<id>urn:sha1:78930ad50faa446a5fbed2baad2969933bee1bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `.{ ... }` for struct init where possible</title>
<updated>2021-05-28T19:12:22Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-05-28T19:12:22Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=ca7e6b274b190ef152373ffcca8510bf50ef7e5c'/>
<id>urn:sha1:ca7e6b274b190ef152373ffcca8510bf50ef7e5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare for 0.2.1 release</title>
<updated>2021-05-28T17:27:52Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-05-28T17:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=1d6f2e4e4da5dca874579e116b9a087deb7713da'/>
<id>urn:sha1:1d6f2e4e4da5dca874579e116b9a087deb7713da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix comment</title>
<updated>2021-05-28T17:26:22Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-05-28T17:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=a3df13c38ae5dc9491657adbb632f823fd47caa5'/>
<id>urn:sha1:a3df13c38ae5dc9491657adbb632f823fd47caa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent overflow calculating Base32-decoded size</title>
<updated>2021-05-28T17:24:32Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-05-28T17:24:32Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=c68d1064921234bf6f0f8a69b3043b765ac4ae50'/>
<id>urn:sha1:c68d1064921234bf6f0f8a69b3043b765ac4ae50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move src/lib.zig to src/main.zig, release 0.2.0</title>
<updated>2021-05-26T19:02:14Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-05-26T19:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=31cc713dccab3e547169c790e8a3be694f1280b0'/>
<id>urn:sha1:31cc713dccab3e547169c790e8a3be694f1280b0</id>
<content type='text'>
Rationale: `zig init-lib` generates src/main.zig, not src/lib.zig. Also,
libraries like hzzp (https://github.com/truemedian/hzzp) use
src/main.zig instead of src/lib.zig. This is a breaking change.
</content>
</entry>
<entry>
<title>Prepare for 0.1.1 release</title>
<updated>2021-05-26T18:10:20Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2021-05-26T18:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/zig-nkeys.git/commit/?id=5ac266fabc7b6d0fb49ac97b1661c324eb871be6'/>
<id>urn:sha1:5ac266fabc7b6d0fb49ac97b1661c324eb871be6</id>
<content type='text'>
</content>
</entry>
</feed>
