<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hcl/CHANGELOG, branch 0.4.4</title>
<subtitle>Command-line tool for manipulating Harvest timesheets</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/'/>
<entry>
<title>update changelog</title>
<updated>2013-11-20T17:36:57+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-20T17:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=ddcd33de2364f239e21c034534f90d9dc960ae58'/>
<id>ddcd33de2364f239e21c034534f90d9dc960ae58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove jeweler</title>
<updated>2013-11-20T17:19:41+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-20T17:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=23c799e111fe8abafde55c8b60d314e1b77a7128'/>
<id>23c799e111fe8abafde55c8b60d314e1b77a7128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>completion: output a bash completion script</title>
<updated>2013-11-20T16:34:37+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-20T16:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=9b962a50218cac283c9b8075d238b391f6555fad'/>
<id>9b962a50218cac283c9b8075d238b391f6555fad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2013-11-19T20:33:03+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-19T20:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=b35ffaad3a9b75e275464aa3c1a2fd4434673125'/>
<id>b35ffaad3a9b75e275464aa3c1a2fd4434673125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated changelog.</title>
<updated>2013-11-19T20:20:39+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-19T20:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=14c0ef02dded48dc264d979aaa97233b498575ee'/>
<id>14c0ef02dded48dc264d979aaa97233b498575ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.4.1</title>
<updated>2013-11-18T20:41:08+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-18T20:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=7e12df6ad5bb954751c8d8eef2af3cb95d9c7804'/>
<id>7e12df6ad5bb954751c8d8eef2af3cb95d9c7804</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version 0.4.0</title>
<updated>2013-11-18T20:20:08+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-18T20:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=392034ccb82add25c97c8175abbc6422aa871b27'/>
<id>392034ccb82add25c97c8175abbc6422aa871b27</id>
<content type='text'>
* added alias and unalias commands
* note and start commands are now optional/contextual
* note adds a new line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added alias and unalias commands
* note and start commands are now optional/contextual
* note adds a new line
</pre>
</div>
</content>
</entry>
<entry>
<title>ruby 1.9.x fixes</title>
<updated>2011-12-31T03:32:54+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2011-12-31T03:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=3d8a797c6d0223189ac921ae28c9056e71f0e0ae'/>
<id>3d8a797c6d0223189ac921ae28c9056e71f0e0ae</id>
<content type='text'>
fixed some warnings and errors on modern rubies

also fixed an issue with the "stop" command not accepting a message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed some warnings and errors on modern rubies

also fixed an issue with the "stop" command not accepting a message
</pre>
</div>
</content>
</entry>
<entry>
<title>updated CHANGELOG, oops</title>
<updated>2011-07-13T07:25:15+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2011-07-13T07:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=c874cad0bfc7f961fc31dce70adc37b728da2db7'/>
<id>c874cad0bfc7f961fc31dce70adc37b728da2db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use STDOUT for errors, avoid unnecessary raise and exception</title>
<updated>2011-07-13T07:20:16+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2011-07-13T07:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=0fdfe5df3f7fc0c482013ffead273abd46a7ad61'/>
<id>0fdfe5df3f7fc0c482013ffead273abd46a7ad61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
