<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>icns, branch HEAD</title>
<subtitle>Easily create .icns files (Mac Icons) with this Go library or the included CLI. </subtitle>
<entry>
<id>b18d6e718a37b11a153f4ccdd8b2654a5568cc54</id>
<published>2026-09-20T10:47:09Z</published>
<updated>2026-09-20T11:14:39Z</updated>
<title type="text">[v4.2.0] build: separate minting a tag from releasing one</title>
<link rel="alternate" type="text/html" href="commit/b18d6e718a37b11a153f4ccdd8b2654a5568cc54.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit b18d6e718a37b11a153f4ccdd8b2654a5568cc54
parent 3e85d61358e5c418fd6e7df5f3964a5c864855a1
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Sun, 20 Sep 2026 07:47:09 -0300

build: separate minting a tag from releasing one

One positional argument meant that asking for a new tag and asking for an
existing one looked identical, and a tag left unpushed made GitHub release
the default branch tip rather than the commit named.

</content>
</entry>
<entry>
<id>76ed5c9c98d9f5f37347fd888ecb8a4ef6692f98</id>
<published>2026-09-18T20:09:39Z</published>
<updated>2026-09-18T20:09:39Z</updated>
<title type="text">[v4.1.0] wasm: expose the converters to a web page</title>
<link rel="alternate" type="text/html" href="commit/76ed5c9c98d9f5f37347fd888ecb8a4ef6692f98.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 76ed5c9c98d9f5f37347fd888ecb8a4ef6692f98
parent cadf5f4dc07baf465a309509f25dd181cce98118
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Sep 2026 16:09:39 -0400

wasm: expose the converters to a web page

Running the conversion in the browser means the artwork never leaves the
machine it was drawn on, which is the one claim a hosted converter cannot
make. The page fetches the engine only once a file arrives.

</content>
</entry>
<entry>
<id>b2ca62f253e992b378f1dda924377798ea0428ba</id>
<published>2026-09-17T15:55:52Z</published>
<updated>2026-09-17T15:55:52Z</updated>
<title type="text">[v4.0.1] cmd: record icns v4.0.0 in the command modules&#39; go.sum</title>
<link rel="alternate" type="text/html" href="commit/b2ca62f253e992b378f1dda924377798ea0428ba.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit b2ca62f253e992b378f1dda924377798ea0428ba
parent 837e875b4288649db869f8a9754d40b494ccccb8
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 17 Sep 2026 11:55:52 -0400

cmd: record icns v4.0.0 in the command modules&#39; go.sum

Inside the workspace the library is built from source and needs no checksum,
but go install of preview or the shell extension from outside the checkout
verifies the module&#39;s own go.sum, which still listed only v3 entries. Tidying
against the published tag makes those installs work.

</content>
</entry>
<entry>
<id>2ef5d8986afe812b9ce7bfb02cdf750d969a02a6</id>
<published>2026-09-17T11:31:54Z</published>
<updated>2026-09-17T11:31:54Z</updated>
<title type="text">[v4.0.0] docs: name each module when testing the workspace</title>
<link rel="alternate" type="text/html" href="commit/2ef5d8986afe812b9ce7bfb02cdf750d969a02a6.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 2ef5d8986afe812b9ce7bfb02cdf750d969a02a6
parent bde1f4becb27779504bf3a986dbb62254606c0f0
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 17 Sep 2026 07:31:54 -0400

docs: name each module when testing the workspace

The previous wording claimed ./... spans every module in workspace mode. It
does not: the pattern only matches the module containing the current
directory, so a reader following it would silently skip preview and the
shell extension.

</content>
</entry>
<entry>
<id>6c3229d7041a49bb68f54c7d151a5fd196844b0e</id>
<published>2024-10-29T04:12:36Z</published>
<updated>2024-10-29T04:12:36Z</updated>
<title type="text">[v3.0.1] icns.Decode{All}: explicitly error on unsupported formats</title>
<link rel="alternate" type="text/html" href="commit/6c3229d7041a49bb68f54c7d151a5fd196844b0e.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 6c3229d7041a49bb68f54c7d151a5fd196844b0e
parent 439e61a508660c5e2b595d9458bfd9489faf06fb
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Tue, 29 Oct 2024 12:12:36 +0800

icns.Decode{All}: explicitly error on unsupported formats

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>b6b3df994924f27113bbe468ed8de407e961cc97</id>
<published>2023-12-08T02:12:49Z</published>
<updated>2023-12-08T02:24:01Z</updated>
<title type="text">[v3.0.0] all: restructure into separate modules</title>
<link rel="alternate" type="text/html" href="commit/b6b3df994924f27113bbe468ed8de407e961cc97.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit b6b3df994924f27113bbe468ed8de407e961cc97
parent 8f29e4ad6ef6e7db9b4b834bce158331ea22b33b
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri,  8 Dec 2023 10:12:49 +0800

all: restructure into separate modules

This allows each command to be go installed separately.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>c461dae136039066c8fa7bd2ebb41cd73acab1e5</id>
<published>2023-12-06T03:16:52Z</published>
<updated>2023-12-06T03:16:52Z</updated>
<title type="text">[v2.3.0] all: separate modules with workspace</title>
<link rel="alternate" type="text/html" href="commit/c461dae136039066c8fa7bd2ebb41cd73acab1e5.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit c461dae136039066c8fa7bd2ebb41cd73acab1e5
parent 04ed626b6698ba795d5e7a2b4c14ff12741fd930
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed,  6 Dec 2023 11:16:52 +0800

all: separate modules with workspace

This allows each module to have a separate name  and dependecy graph.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>04ed626b6698ba795d5e7a2b4c14ff12741fd930</id>
<published>2023-12-06T03:00:35Z</published>
<updated>2023-12-06T03:00:35Z</updated>
<title type="text">[v2.2.8] cmd/preview: update to latest gio</title>
<link rel="alternate" type="text/html" href="commit/04ed626b6698ba795d5e7a2b4c14ff12741fd930.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 04ed626b6698ba795d5e7a2b4c14ff12741fd930
parent 7bf38c48637f5c7ab79530b3cc751dd4cae66061
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed,  6 Dec 2023 11:00:35 +0800

cmd/preview: update to latest gio

A full dependency upgrade, switching to the latest Gio.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>0e6cd1f14bee4e42cbf792081e6fed2428580a79</id>
<published>2023-11-29T04:10:02Z</published>
<updated>2023-11-29T04:10:02Z</updated>
<title type="text">[v2.2.7] deps: upgrade afero and text</title>
<link rel="alternate" type="text/html" href="commit/0e6cd1f14bee4e42cbf792081e6fed2428580a79.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 0e6cd1f14bee4e42cbf792081e6fed2428580a79
parent 55d64d10d9db77d71c8393add7ccf93c371be3c0
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 29 Nov 2023 12:10:02 +0800

deps: upgrade afero and text

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>0a65229c6aaed1bb57cdeae675ac1ed6071d17be</id>
<published>2023-05-04T03:20:23Z</published>
<updated>2023-05-04T03:20:23Z</updated>
<title type="text">[v2.2.6] cmd/preview: update deps</title>
<link rel="alternate" type="text/html" href="commit/0a65229c6aaed1bb57cdeae675ac1ed6071d17be.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 0a65229c6aaed1bb57cdeae675ac1ed6071d17be
parent fa684bc4c121d6164faa93ec113b3694e1bd13d2
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu,  4 May 2023 11:20:23 +0800

cmd/preview: update deps

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>0e029474fba846f6c15b0078683052cb82115449</id>
<published>2023-05-04T02:42:11Z</published>
<updated>2023-05-04T02:42:11Z</updated>
<title type="text">[v2.2.5] cmd/preview: fixup module name</title>
<link rel="alternate" type="text/html" href="commit/0e029474fba846f6c15b0078683052cb82115449.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 0e029474fba846f6c15b0078683052cb82115449
parent 725d6743a06ac380528cbe625190c4ebef9ccfa6
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu,  4 May 2023 10:42:11 +0800

cmd/preview: fixup module name

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>473b2fdc6801596ff75293b198cf907d89a0f7e9</id>
<published>2023-02-27T03:41:52Z</published>
<updated>2023-02-27T03:44:58Z</updated>
<title type="text">[v2.2.2] goreleaser: produce zip archives for windows</title>
<link rel="alternate" type="text/html" href="commit/473b2fdc6801596ff75293b198cf907d89a0f7e9.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 473b2fdc6801596ff75293b198cf907d89a0f7e9
parent df756fae914fe8de3b0d8a6794b1ea07856f5f61
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Mon, 27 Feb 2023 11:41:52 +0800

goreleaser: produce zip archives for windows

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>473b2fdc6801596ff75293b198cf907d89a0f7e9</id>
<published>2023-02-27T03:41:52Z</published>
<updated>2023-02-27T03:44:58Z</updated>
<title type="text">[v2.2.3] goreleaser: produce zip archives for windows</title>
<link rel="alternate" type="text/html" href="commit/473b2fdc6801596ff75293b198cf907d89a0f7e9.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 473b2fdc6801596ff75293b198cf907d89a0f7e9
parent df756fae914fe8de3b0d8a6794b1ea07856f5f61
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Mon, 27 Feb 2023 11:41:52 +0800

goreleaser: produce zip archives for windows

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>473b2fdc6801596ff75293b198cf907d89a0f7e9</id>
<published>2023-02-27T03:41:52Z</published>
<updated>2023-02-27T03:44:58Z</updated>
<title type="text">[v2.2.4] goreleaser: produce zip archives for windows</title>
<link rel="alternate" type="text/html" href="commit/473b2fdc6801596ff75293b198cf907d89a0f7e9.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 473b2fdc6801596ff75293b198cf907d89a0f7e9
parent df756fae914fe8de3b0d8a6794b1ea07856f5f61
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Mon, 27 Feb 2023 11:41:52 +0800

goreleaser: produce zip archives for windows

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>1e2a23a5cbf0098324ecb9bf6ed2fb64920971a8</id>
<published>2022-04-05T15:14:42Z</published>
<updated>2022-04-08T02:03:17Z</updated>
<title type="text">[v2.2.1] Remove icon type icp4,icp5,icp6</title>
<link rel="alternate" type="text/html" href="commit/1e2a23a5cbf0098324ecb9bf6ed2fb64920971a8.html" />
<author>
<name>Lynwee.Hou</name>
<email>houlinwei@bytedance.com</email>
</author>
<content type="text">commit 1e2a23a5cbf0098324ecb9bf6ed2fb64920971a8
parent 19366bf1eb0353999ba4198f20e51fb5fcd83511
Author: Lynwee.Hou &lt;houlinwei@bytedance.com&gt;
Date:   Tue,  5 Apr 2022 23:14:42 +0800

Remove icon type icp4,icp5,icp6

</content>
</entry>
<entry>
<id>19366bf1eb0353999ba4198f20e51fb5fcd83511</id>
<published>2022-03-30T02:44:07Z</published>
<updated>2022-03-30T02:44:07Z</updated>
<title type="text">[v2.2.0] Update the codes about generated icns files. (#10)</title>
<link rel="alternate" type="text/html" href="commit/19366bf1eb0353999ba4198f20e51fb5fcd83511.html" />
<author>
<name>Lynwee Hou</name>
<email>1507509064@qq.com</email>
</author>
<content type="text">commit 19366bf1eb0353999ba4198f20e51fb5fcd83511
parent 4522a096187a8cbf696b9d6af28fc173b3afe328
Author: Lynwee Hou &lt;1507509064@qq.com&gt;
Date:   Wed, 30 Mar 2022 10:44:07 +0800

Update the codes about generated icns files. (#10)

* Add more icons&#39; type

* Update default resize algorithm for a better look icon

Co-authored-by: Lynwee.Hou &lt;houlinwei@bytedance.com&gt;
</content>
</entry>
<entry>
<id>4522a096187a8cbf696b9d6af28fc173b3afe328</id>
<published>2021-12-22T07:38:47Z</published>
<updated>2021-12-22T07:38:47Z</updated>
<title type="text">[v2.1.3] cmd/preview: decouple preview from icns</title>
<link rel="alternate" type="text/html" href="commit/4522a096187a8cbf696b9d6af28fc173b3afe328.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 4522a096187a8cbf696b9d6af28fc173b3afe328
parent 24b62426e0bb550b113d6976618854d1c8d4b048
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 22 Dec 2021 15:38:47 +0800

cmd/preview: decouple preview from icns

To avoid consumers pulling in extraneous dependencies such
as gioui, we can version the preview tool independently by
initializing it&#39;s own `go.mod`. That makes the invocation
to run/install it slightly different, but should not affect
consumers who use icns as a package - except for trimming
the dependencies.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>9f7f2ee3b8b529ab9bbd668cb9cf30226f2101c7</id>
<published>2021-05-29T13:26:51Z</published>
<updated>2021-05-29T13:26:51Z</updated>
<title type="text">[v2.1.2] fix: sort images largest-first</title>
<link rel="alternate" type="text/html" href="commit/9f7f2ee3b8b529ab9bbd668cb9cf30226f2101c7.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit 9f7f2ee3b8b529ab9bbd668cb9cf30226f2101c7
parent 535d9c990efe3cbd39175c80a8ada9f2b5cd02cd
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Sat, 29 May 2021 21:26:51 +0800

fix: sort images largest-first

</content>
</entry>
<entry>
<id>307d2e851b0af0bdd1ac3892780a27e82bfa306d</id>
<published>2021-05-28T12:16:06Z</published>
<updated>2021-05-28T12:16:06Z</updated>
<title type="text">[v2.1.1] build: migrate to v2</title>
<link rel="alternate" type="text/html" href="commit/307d2e851b0af0bdd1ac3892780a27e82bfa306d.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit 307d2e851b0af0bdd1ac3892780a27e82bfa306d
parent 01d9bc5d5ad6f1edf77bd3ca695b043c6cc01b8c
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Fri, 28 May 2021 20:16:06 +0800

build: migrate to v2

Signed-off-by: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;

</content>
</entry>
<entry>
<id>bff2bdbec5332d17bf6f61d59c1228ee6ece7a6a</id>
<published>2021-05-28T05:55:32Z</published>
<updated>2021-05-28T05:55:32Z</updated>
<title type="text">[v2.1.0] build: update deps</title>
<link rel="alternate" type="text/html" href="commit/bff2bdbec5332d17bf6f61d59c1228ee6ece7a6a.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit bff2bdbec5332d17bf6f61d59c1228ee6ece7a6a
parent 01d9bc5d5ad6f1edf77bd3ca695b043c6cc01b8c
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Fri, 28 May 2021 13:55:32 +0800

build: update deps

Signed-off-by: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;

</content>
</entry>
<entry>
<id>4f16af745526e95b661c14f351d630f54bf55f0f</id>
<published>2018-12-31T08:59:25Z</published>
<updated>2018-12-31T08:59:25Z</updated>
<title type="text">[v2.0.3] [+] Create resized images in parallel.</title>
<link rel="alternate" type="text/html" href="commit/4f16af745526e95b661c14f351d630f54bf55f0f.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit 4f16af745526e95b661c14f351d630f54bf55f0f
parent bcdb459e06604ebe066cebaa4f971bd68e2e0a70
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Mon, 31 Dec 2018 21:59:25 +1300

[+] Create resized images in parallel.

</content>
</entry>
<entry>
<id>b5fa7eacf9ba032efba67f1f116730eac01303d8</id>
<published>2018-11-15T03:17:54Z</published>
<updated>2018-11-15T03:17:54Z</updated>
<title type="text">[v2.0.1] [~] Stay up to date with goreleaser. (fpm was deprecated)</title>
<link rel="alternate" type="text/html" href="commit/b5fa7eacf9ba032efba67f1f116730eac01303d8.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit b5fa7eacf9ba032efba67f1f116730eac01303d8
parent d352e0b54db676a8d68584d53a413938d879882a
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Thu, 15 Nov 2018 16:17:54 +1300

[~] Stay up to date with goreleaser. (fpm was deprecated)

</content>
</entry>
<entry>
<id>b5fa7eacf9ba032efba67f1f116730eac01303d8</id>
<published>2018-11-15T03:17:54Z</published>
<updated>2018-11-15T03:17:54Z</updated>
<title type="text">[v2.0.2] [~] Stay up to date with goreleaser. (fpm was deprecated)</title>
<link rel="alternate" type="text/html" href="commit/b5fa7eacf9ba032efba67f1f116730eac01303d8.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit b5fa7eacf9ba032efba67f1f116730eac01303d8
parent d352e0b54db676a8d68584d53a413938d879882a
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Thu, 15 Nov 2018 16:17:54 +1300

[~] Stay up to date with goreleaser. (fpm was deprecated)

</content>
</entry>
<entry>
<id>d352e0b54db676a8d68584d53a413938d879882a</id>
<published>2018-11-15T03:05:32Z</published>
<updated>2018-11-15T03:05:32Z</updated>
<title type="text">[v2.0.0] [!] Migrate to go modules.</title>
<link rel="alternate" type="text/html" href="commit/d352e0b54db676a8d68584d53a413938d879882a.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit d352e0b54db676a8d68584d53a413938d879882a
parent 98e1c42c5bdcc581c2fe75a8e665a4c405de9e05
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Thu, 15 Nov 2018 16:05:32 +1300

[!] Migrate to go modules.

</content>
</entry>
<entry>
<id>7cc95a8fe4b2debf40514b46e5abe0206ec8ab99</id>
<published>2018-02-18T15:22:07Z</published>
<updated>2018-02-18T15:22:07Z</updated>
<title type="text">[v1.0.0] [+] Updated readme examples. Removed deprecated roadmap item.</title>
<link rel="alternate" type="text/html" href="commit/7cc95a8fe4b2debf40514b46e5abe0206ec8ab99.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit 7cc95a8fe4b2debf40514b46e5abe0206ec8ab99
parent 7f593068f66aa8ad4b12905e52d99ae7193122ad
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Sun, 18 Feb 2018 16:22:07 +0100

[+] Updated readme examples. Removed deprecated roadmap item.

</content>
</entry>
<entry>
<id>a57a0acee894cdc0975d74bba1cbb995fbf5e2f5</id>
<published>2018-02-14T15:59:29Z</published>
<updated>2018-02-14T15:59:29Z</updated>
<title type="text">[v0.1.2] [*] Targeting the package instead of main.go</title>
<link rel="alternate" type="text/html" href="commit/a57a0acee894cdc0975d74bba1cbb995fbf5e2f5.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit a57a0acee894cdc0975d74bba1cbb995fbf5e2f5
parent c63623c03d05e38b2392dca0ecdbd6250439c1ad
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Wed, 14 Feb 2018 16:59:29 +0100

[*] Targeting the package instead of main.go

</content>
</entry>
<entry>
<id>62c579955335b0d787095e8aa39e610c3d3c1c30</id>
<published>2018-02-14T15:14:23Z</published>
<updated>2018-02-14T15:14:23Z</updated>
<title type="text">[v0.1.1] [+] Using dep for dependency management.</title>
<link rel="alternate" type="text/html" href="commit/62c579955335b0d787095e8aa39e610c3d3c1c30.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit 62c579955335b0d787095e8aa39e610c3d3c1c30
parent 81c49d6ba479ac1da748fc1863b909d17f9f10c9
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Wed, 14 Feb 2018 16:14:23 +0100

[+] Using dep for dependency management.

</content>
</entry>
<entry>
<id>30755918db838bf24ae1859772f27209af096fe5</id>
<published>2018-02-12T14:26:57Z</published>
<updated>2018-02-12T14:26:57Z</updated>
<title type="text">[v0.1.0] [*] Fixed spacing in usage example.</title>
<link rel="alternate" type="text/html" href="commit/30755918db838bf24ae1859772f27209af096fe5.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt@gmail.com</email>
</author>
<content type="text">commit 30755918db838bf24ae1859772f27209af096fe5
parent d7aac8c04c397876d1e09505a77118097053b6d3
Author: Jack Mordaunt &lt;jackmordaunt@gmail.com&gt;
Date:   Mon, 12 Feb 2018 15:26:57 +0100

[*] Fixed spacing in usage example.

</content>
</entry>
</feed>
