Skip to content

Commit

Permalink
Update history and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Jul 23, 2011
1 parent a568f89 commit 9c7f945
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY
@@ -1,4 +1,11 @@
= Launchy Changlog
== Version 2.0.4 - 2011-07-23

* Fix windows 'start' commandline (copiousfreetime/launchy#5)
* Add capability to open local files with no file: scheme present (copiousfreetime/launchy#29)
* Added 'rake how_to_contribute' task (copiousfreetime/launchy#30)
* Make better decisions on when to do shell escaping (copiousfreetime/launchy#31)
* Switch to Addressable::URI so UTF-8 urls may be parsed. (copiousfreetime/launchy#32)

== Version 2.0.3 - 2011-07-17

Expand Down
2 changes: 1 addition & 1 deletion lib/launchy/version.rb
@@ -1,5 +1,5 @@
module Launchy
VERSION = "2.0.3"
VERSION = "2.0.4"

module Version

Expand Down

0 comments on commit 9c7f945

Please sign in to comment.