Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Aug 5, 2010
1 parent ad96dfc commit 8bcad20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== Git
== 2.1.0 / 2010-08-04
* Major Enhancements
* Add support for parsing annotated tag objects.
* Add Grit::Repo#recent_tag_name for getting the latest tag name that is
Expand Down
4 changes: 2 additions & 2 deletions grit.gemspec
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'grit'
s.version = '2.0.0'
s.date = '2010-08-03'
s.version = '2.1.0'
s.date = '2010-08-04'
s.rubyforge_project = 'grit'

s.summary = "Ruby Git bindings."
Expand Down
2 changes: 1 addition & 1 deletion lib/grit.rb
Expand Up @@ -51,7 +51,7 @@
require 'grit/merge'

module Grit
VERSION = '2.0.0'
VERSION = '2.1.0'

class << self
# Set +debug+ to true to log all git calls and responses
Expand Down

0 comments on commit 8bcad20

Please sign in to comment.