Skip to content

Commit

Permalink
Release 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Aug 1, 2017
1 parent e5d3672 commit 5855885
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,33 @@
## 1.41.0 08/01/2017
*Hash* e5d3672e804149d38f91ccdfdaf7cfd7be52b75b

Statistic | Value
------------- | --------:
Collaborators | 2
Forks | 1558
Open Issues | 44
Watchers | 4042

**MVP!** effeminate-batman

#### [misc]
* Attach ovirt activate and deactivate volume calls that are available in the rbovirt library. thanks Felix
* Remove internet_archive. thanks Nat Welch
* add fog-internet-archive to deps. thanks Nat Welch
* sort dependency list. thanks Nat Welch
* Remove more internet archive stuff. thanks Nat Welch
* Re-add internet_archive. thanks Nat Welch
* Add 2.3 and 2.4 to test builds, also trusty. thanks Nat Welch
* Joyent Extraction. thanks effeminate-batman
* Add Joyent to fog.gemspec. thanks effeminate-batman
* bump fog-core. thanks geemus
* allow dash in committer name for changelog. thanks geemus
* adding disks and clone to attribute. thanks orrabin

#### [ovirt]
* fix waiting for VM to be stopped. thanks as


## 1.40.0 03/13/2017
*Hash* ed5edd8610f5585267f07567cccec1c10b002764

Expand Down
4 changes: 2 additions & 2 deletions fog.gemspec
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = "fog"
s.version = "1.40.0"
s.date = "2017-03-13"
s.version = "1.41.0"
s.date = "2017-08-01"
s.rubyforge_project = "fog"

## Make sure your summary is short. The description may be as long
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/version.rb
@@ -1,3 +1,3 @@
module Fog
VERSION = '1.40.0'
VERSION = '1.41.0'
end
3 changes: 2 additions & 1 deletion lib/tasks/changelog_task.rb
Expand Up @@ -118,6 +118,7 @@ def former_mvp?(committer)
'Darren Hague',
'Decklin Foster',
'Dylan Egan',
'effeminate-batman',
'Erik Michaels-Ober',
'Frederick Cheung',
'geemus',
Expand Down Expand Up @@ -176,7 +177,7 @@ def committer_line?
end

def committer_match
@current_line.match /([-\w\s]+)\s+\(\d+\)/
current_line.match /([-\w\s]+)\s+\(\d+\)/
end

def last_release_sha
Expand Down

0 comments on commit 5855885

Please sign in to comment.