Skip to content

Commit

Permalink
version bump 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Apr 9, 2016
1 parent 4b59eb8 commit 0a3e158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -253,6 +253,8 @@ plus appropriate rspec examples.)
## History

Release Notes:

* 0.9.5 - Add mime-type dependency which fog-storage requires
* 0.9.4 - Bug fix: don't fail when checking atime if file gets deleted by another process (more robust)
* 0.9.3 - Bug fix: don't fail when measuring cache if file gets deleted by another process (more robust)
* 0.9.2 - Bug fix: don't fail when measuring cache if file gets deleted by another process (more robust)
Expand Down
2 changes: 1 addition & 1 deletion lib/defog/version.rb
@@ -1,3 +1,3 @@
module Defog
VERSION = "0.9.4"
VERSION = "0.9.5"
end

0 comments on commit 0a3e158

Please sign in to comment.