<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-= 0.9.0 (unreleased)
+= 0.9.0 / 2009-01-18
 
  * Works with and requires Rack &gt;= 0.9.1
 
@@ -45,6 +45,10 @@
    has the status code specified. It's also possible to register an error
    page for a range of status codes: &quot;error(500..599)&quot;.
 
+ * In-file templates are now automatically imported from the file that
+   requires 'sinatra'. The use_in_file_templates! method is still available
+   for loading templates from other files.
+
  * Sinatra's testing support is no longer dependent on Test::Unit. Requiring
    'sinatra/test' adds the Sinatra::Test module and Sinatra::TestHarness
    class, which can be used with any test framework. The 'sinatra/test/unit',</diff>
      <filename>CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -57,7 +57,12 @@ file package('.gem') =&gt; %w[dist/ sinatra.gemspec] + spec.files do |f|
 end
 
 file package('.tar.gz') =&gt; %w[dist/] + spec.files do |f|
-  sh &quot;git archive --format=tar HEAD | gzip &gt; #{f.name}&quot;
+  sh &lt;&lt;-SH
+    git archive \
+      --prefix=sinatra-#{source_version}/ \
+      --format=tar \
+      HEAD | gzip &gt; #{f.name}
+  SH
 end
 
 # Rubyforge Release / Publish Tasks ==================================</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'rack'
 require 'rack/builder'
 
 module Sinatra
-  VERSION = '0.8.10'
+  VERSION = '0.9.0'
 
   class Request &lt; Rack::Request
     def user_agent</diff>
      <filename>lib/sinatra/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@ Gem::Specification.new do |s|
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
 
   s.name = 'sinatra'
-  s.version = '0.8.10'
-  s.date = '2009-01-16'
+  s.version = '0.9.0'
+  s.date = '2009-01-18'
 
   s.description = &quot;Classy web-development dressed in a DSL&quot;
   s.summary     = &quot;Classy web-development dressed in a DSL&quot;</diff>
      <filename>sinatra.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0324732179f8b732abd1790dabce468b3894d756</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/bmizerany/sinatra/commit/968194dbdf6abb9954b3f62f950d8201076242e2</url>
  <id>968194dbdf6abb9954b3f62f950d8201076242e2</id>
  <committed-date>2009-01-18T01:24:43-08:00</committed-date>
  <authored-date>2009-01-18T01:11:56-08:00</authored-date>
  <message>0.9.0 release</message>
  <tree>00b612ee7e0b7be6cb10f08af3b1201e204a2c6a</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
