<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,9 @@
+=== 0.0.6 / 2008-06-23
+
+* bash completion. contributed by Pedro Melo
+* textmate command.
+* fix crash when checking in first private sheet.
+
 === 0.0.5 / 2008-06-22
 
 * move/rename with '--mv/-m'</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{chit}
-  s.version = &quot;0.0.5&quot;
+  s.version = &quot;0.0.6&quot;
 
   s.specification_version = 2 if s.respond_to? :specification_version=
 </diff>
      <filename>chit.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ $:.unshift File.dirname(__FILE__)
 
 module Chit
   extend self
-  VERSION = '0.0.5'
+  VERSION = '0.0.6'
   
   defaults = {
     'root'  =&gt; File.join(&quot;#{ENV['HOME']}&quot;,&quot;.chit&quot;)
@@ -103,7 +103,7 @@ module Chit
   def search_title
     reg = Regexp.compile(&quot;^#{@sheet}&quot;)
     files = all_sheets.select {|sheet| sheet =~ reg }
-    puts files.sort.join(&quot;\n&quot;)
+    puts &quot;  &quot; + files.sort.join(&quot;\n  &quot;)
     true
   end
   </diff>
      <filename>lib/chit.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ffdd76f8a8ab6d01250fa2e69a9c175ebfb2c566</id>
    </parent>
  </parents>
  <author>
    <name>Robin Lu</name>
    <email>iamawalrus@gmail.com</email>
  </author>
  <url>http://github.com/robin/chit/commit/abb890ba6726d0937d25d7dc76eae9f7d3ef28a7</url>
  <id>abb890ba6726d0937d25d7dc76eae9f7d3ef28a7</id>
  <committed-date>2008-06-23T05:50:45-07:00</committed-date>
  <authored-date>2008-06-23T05:50:45-07:00</authored-date>
  <message>rollout 0.0.6</message>
  <tree>26ed93e1e2e907ad5bc81e9a629f3601dc9a506f</tree>
  <committer>
    <name>Robin Lu</name>
    <email>iamawalrus@gmail.com</email>
  </committer>
</commit>
