Skip to content

Commit

Permalink
Version 5.1.0 (2016-02-28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Feb 28, 2016
1 parent 8d00d2a commit 0cd0345
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -6,7 +6,7 @@

binman generates manual pages from header comments in your scripts so that you
can keep your documentation and implementation together, in the same file, for
easy maintenance. But keeping them apart, in separate files, is supported too.
easy maintenance. But keeping them apart, in separate files, is supported too.

![screenshot](https://github.com/sunaku/binman/raw/gh-pages/EXAMPLE.png)

Expand Down
34 changes: 34 additions & 0 deletions VERSION.markdown
@@ -1,3 +1,37 @@
## Version 5.1.0 (2016-02-28)

This release splits binman(1) into pieces and improves the documentation.

### Minor:

* binman(1) is now deprecated, to be removed in the next major version.
Please run the new binman-* programs, listed below, directly instead.

* Split binman(1) commands into independent programs:

* binman-help(1) - add help options to your program
* binman-html(1) - HTML manpage from header comment
* binman-rake(1) - run rake(1) tasks from command line
* binman-roff(1) - UNIX manpage from header comment
* binman-show(1) - show manpage from header comment
* binman-text(1) - extract embedded manpage sources

* binman-rake(1): allow task names without namespace.

You can now run `binman-rake man` instead of `binman-rake binman:man`,
and similarly `binman-rake web` instead of `binman-rake binman:web`,
and similarly `binman-rake mkd` instead of `binman-rake binman:mkd`.

### Patch:

* README: an epic revision; add copy of md2man(5).

* README: add dasht manual pages to examples section.

* Clarify optionalness of *PATTERN* in `--help` option.

* Upgrade to md2man version 5.1.

## Version 5.0.1 (2016-02-13)

### Major:
Expand Down
2 changes: 1 addition & 1 deletion bin/binman
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# BINMAN 1 2016-02-13 5.0.1
# BINMAN 1 2016-02-28 5.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/binman-help
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
#
# # BINMAN-HELP 1 2016-02-13 5.0.1
# # BINMAN-HELP 1 2016-02-28 5.1.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/binman-html
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# BINMAN-HTML 1 2016-02-13 5.0.1
# BINMAN-HTML 1 2016-02-28 5.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/binman-rake
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# BINMAN-RAKE 1 2016-02-13 5.0.1
# BINMAN-RAKE 1 2016-02-28 5.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/binman-roff
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# BINMAN-ROFF 1 2016-02-13 5.0.1
# BINMAN-ROFF 1 2016-02-28 5.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/binman-show
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
#
# # BINMAN-SHOW 1 2016-02-13 5.0.1
# # BINMAN-SHOW 1 2016-02-28 5.1.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/binman-text
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# BINMAN-TEXT 1 2016-02-13 5.0.1
# BINMAN-TEXT 1 2016-02-28 5.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/binman/version.rb
@@ -1,3 +1,3 @@
module BinMan
VERSION = "5.0.1"
VERSION = "5.1.0"
end

0 comments on commit 0cd0345

Please sign in to comment.