<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,6 +10,11 @@ lib/imdb/search.rb
 lib/imdb/string_extensions.rb
 script/console
 script/destroy
+spec/fixtures/search_matrix_revolutions
+spec/fixtures/search_star_trek
+spec/fixtures/tt0095016
+spec/fixtures/tt0117731
+spec/fixtures/tt0242653
 script/generate
 spec/imdb_cli_spec.rb
 spec/imdb_movie_spec.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -37,3 +37,13 @@ task :publish_docs =&gt; [:clean, :docs] do
   remote_dir = File.join(website_config[&quot;remote_dir&quot;], &quot;&quot;)
   sh %{rsync -aCv #{local_dir}/ #{host}#{remote_dir}}
 end
+
+desc 'Tag git with the current release'
+task :tag do
+  puts &quot;Tagging REL-#{ENV[&quot;VERSION&quot;].to_s}&quot;
+  sh %{git tag REL-#{ENV[&quot;VERSION&quot;].to_s}}
+  sh %{git push --tags}
+end
+
+desc 'Do a full release'
+task :full_release =&gt; [:release, :tag, :publish_docs, :post_news]
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -10,5 +10,5 @@ require 'imdb/search'
 require 'imdb/string_extensions'
 
 module Imdb
-  VERSION = '0.4.1'
+  VERSION = '0.4.2'
 end
\ No newline at end of file</diff>
      <filename>lib/imdb.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>33c62d69c1500289c40d59c4d2182f98df5cfff2</id>
    </parent>
  </parents>
  <author>
    <name>Ariejan de Vroom</name>
    <email>ariejan@ariejan.net</email>
  </author>
  <url>http://github.com/ariejan/imdb/commit/67d36005fb448b527e7bd712052acba525a864f8</url>
  <id>67d36005fb448b527e7bd712052acba525a864f8</id>
  <committed-date>2009-06-14T04:14:03-07:00</committed-date>
  <authored-date>2009-06-14T04:14:03-07:00</authored-date>
  <message>Added new fixtures to manifest for inclusion in the gem.</message>
  <tree>7f7049d7da2e02b3d090dea43270300a6bac328c</tree>
  <committer>
    <name>Ariejan de Vroom</name>
    <email>ariejan@ariejan.net</email>
  </committer>
</commit>
