Skip to content

Commit

Permalink
v0.1.2.pre1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 11, 2012
1 parent fbb7932 commit 27f87c8
Show file tree
Hide file tree
Showing 3 changed files with 18 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.2.pre1 - Jun 12, 2012
--------------------------

### Fixed:
* Fixed JRuby support.
* Respect .bashrc. (#5)

### Changed:
* Implement `ssh("..", return: true)`.
* Rename simulate_mode to simulate_mode?. Same with verbose_mode?.
* Show the SSH command in the simulation output.

### Misc:
* Prepare for Tomdoc.
* Stop invoking bash needlessly to prettify things.

v0.1.1 - Jun 07, 2012
---------------------

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Try out the test environment:
$ vim lib/mina/version.rb
$ git clog -w
$ vim HISTORY.md
$ git commit -m "Release v0.8.4."
$ rake release

# Please don't forget to tag the release in github.com/nadarei/mina-docs
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.1"
"0.1.2.pre1"
end
end

0 comments on commit 27f87c8

Please sign in to comment.