Skip to content

Commit

Permalink
Bump to version 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikong committed Jun 7, 2012
1 parent 6c531b4 commit e9015cb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.1.1 - Jun 07, 2012
---------------------

### Added:
* Check for releases_path directory in deploy script.
* mina deploy:cleanup
* Support for -f option.

### Changed:
* Gem description.

### Fixed:
* deploy.rb template (domain, user, git:clone).
* Handle empty Git repository.
* Add pkg to gitignore.

v0.1.0 - Jun 06, 2012
---------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/mina/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mina
def self.version
"0.1.0"
"0.1.1"
end
end

0 comments on commit e9015cb

Please sign in to comment.