Skip to content

Commit

Permalink
Preparing 2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyolliver committed Nov 11, 2012
1 parent f525bc8 commit 6e73115
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,44 @@
Changelog
=========

2.0.4
-----

Added combochart to corechart support
Continuous integration setup (travis-ci.org)
Fixed syntax error from (now yanked 2.0.3)

2.0.2
-----

Added corechart package support (enhanced area bar line column pie charts)
Filling out code documentation
Proper unit testing for core classes

2.0.1
-----

Documentation enchancements
Removed vestigial plugin files
Better sanitizing/parsing of options

2.0.0
-----

Rails 3 Compatibility Added
Rails 2.X Compatibility dropped

1.0.2
-----

Repackaged and re-released as a Gem

1.0.1
-----

Ensuring Rails 2.X Compatibility

1.0.0
-----

Initial release (As rails plugin)
2 changes: 1 addition & 1 deletion lib/gvis/version.rb
@@ -1,3 +1,3 @@
module Gvis
VERSION = "2.0.3"
VERSION = "2.0.4"
end

0 comments on commit 6e73115

Please sign in to comment.