version bump
This commit is contained in:
parent
cbc353e785
commit
fb51042e58
2 changed files with 14 additions and 1 deletions
13
History.txt
13
History.txt
|
|
@ -1,3 +1,16 @@
|
||||||
|
=== 1.0.2 / 2011-06-28
|
||||||
|
|
||||||
|
* 2 bug fix
|
||||||
|
|
||||||
|
* parse d-duration as a string not a date
|
||||||
|
* change "class" to "klass" on elements with "class='p-class'"
|
||||||
|
|
||||||
|
=== 1.0.1 / 2011-06-28
|
||||||
|
|
||||||
|
* 1 bug fix
|
||||||
|
|
||||||
|
* fixed duplicate microformat problem
|
||||||
|
|
||||||
=== 1.0.0 / 2011-06-14
|
=== 1.0.0 / 2011-06-14
|
||||||
|
|
||||||
* 1 major enhancement
|
* 1 major enhancement
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ require 'time'
|
||||||
require 'date'
|
require 'date'
|
||||||
|
|
||||||
module Microformats2
|
module Microformats2
|
||||||
VERSION = "1.0.1"
|
VERSION = "1.0.2"
|
||||||
|
|
||||||
class LoadError < StandardError; end
|
class LoadError < StandardError; end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue