<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,15 @@
+v1.0.3 Tweaks and Tuneups...
+  * &quot;rp5 watch&quot; is now a bit more robust, and tries to reload every
+  * file, global, and constant that it thinks it needs to.
+  * Many, many examples have been contributed by Marc Chung, 
+    Peter Krenn, and Florian Jenett.
+  * Andreas Haller contributed a patch that added Ruby-1.9 compatibility.
+  * The render mode now defaults to JAVA2D, as does Processing.
+  * &quot;rp5 create&quot; now informs you of the file it just created.
+  * &quot;key&quot; now returns a character, if ASCII and the integer value otherwise,
+    mirroring Processing's behavior.
+  * Numbers now have the methods 'degrees' and 'radians', for ease.
+
 v1.0.2 Bugfixes and Java Args...
   * Application exporting, long plagued, should now be a little
     closer to rock-solid. If you need to pass command-line options</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ require 'ruby-processing/helpers/numeric'
 
 # The top-level namespace, a home for all Ruby-Processing classes.
 module Processing
-  VERSION = [1,0,2] unless defined? Processing::VERSION
+  VERSION = [1,0,3] unless defined? Processing::VERSION
   
   # Returns the current version of Ruby-Processing.
   def self.version</diff>
      <filename>lib/ruby-processing.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,10 +2,11 @@ require 'rake'
 
 Gem::Specification.new do |s|
   s.name = &quot;ruby-processing&quot;
-  s.version = &quot;1.0.2&quot;
+  s.version = &quot;1.0.3&quot;
   
-  s.authors = [&quot;Jeremy Ashkenas&quot;, &quot;Peter Gassner&quot;, &quot;Martin Stannard&quot;, &quot;Andrew Nanton&quot;]
-  s.date = &quot;2009-1-20&quot; # Inauguration Day!
+  s.authors = [&quot;Jeremy Ashkenas&quot;, &quot;Peter Gassner&quot;, &quot;Martin Stannard&quot;, &quot;Andrew Nanton&quot;,
+               &quot;Marc Chung&quot;, &quot;Peter Krenn&quot;, &quot;Florian Jenett&quot;, &quot;Andreas Haller&quot;]
+  s.date = &quot;2009-3-3&quot; # Inauguration Day!
   s.default_executable = &quot;rp5&quot;
   s.email = &quot;jeremy@ashkenas.com&quot;
   s.executables = [&quot;rp5&quot;]</diff>
      <filename>ruby-processing.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e1846d23000f43add6c4aaf806bba3c0641447f9</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Ashkenas</name>
    <email>jashkenas@gmail.com</email>
  </author>
  <url>http://github.com/jashkenas/ruby-processing/commit/8660718a53946ffca096a88340e0930bce1f324b</url>
  <id>8660718a53946ffca096a88340e0930bce1f324b</id>
  <committed-date>2009-03-03T19:36:49-08:00</committed-date>
  <authored-date>2009-03-03T19:36:49-08:00</authored-date>
  <message>Let's bring in the new month with Ruby-Processing 1.0.3</message>
  <tree>47f6ae039fe0eb97dd65163cacdf32c8121e2237</tree>
  <committer>
    <name>Jeremy Ashkenas</name>
    <email>jashkenas@gmail.com</email>
  </committer>
</commit>
