Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jul 5, 2012
1 parent c87dab1 commit 5336a10
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 1.2.1 (2012-07-05)

* GH-4: ruby 1.8.7 lacks negative lookbehind regexps.
Thanks to Postmodern for reporting this issue.

* GH-1: use `~>` for gem version constraints.
See http://docs.rubygems.org/read/chapter/16
Thanks to Postmodern for this contribution.

## Version 1.2.0 (2012-02-06)

Minor:
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Copyright 2011 Suraj N. Kurapati <sunaku@gmail.com>
Thanks to 2011 Vicent Marti <tanoku@gmail.com>
Thanks to 2012 Postmodern <postmodern.mod3@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN 1 2012-02-06 1.2.0
# MD2MAN 1 2012-07-05 1.2.1
## NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/md2man/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Md2Man
VERSION = "1.2.0"
VERSION = "1.2.1"
end

0 comments on commit 5336a10

Please sign in to comment.