Skip to content

Commit

Permalink
Bump to version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seangeo committed May 15, 2008
1 parent ff758be commit cf5fc96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
== 0.3.6 2008-05-15

* Added categories to feeds.
* Make sure atom:content appears at the end of a atom:entry.
* Don't use namespace prefixes on content unless we really have to.

== 0.3.5 2008-05-03

* Make sure atom:entries appears last.
Expand Down
2 changes: 1 addition & 1 deletion lib/atom/version.rb
Expand Up @@ -2,7 +2,7 @@ module Atom #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 3
TINY = 5
TINY = 6

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit cf5fc96

Please sign in to comment.