Skip to content

Commit 4ff13f5

Browse files
committed
Release 1.2.1
1 parent 1f391f0 commit 4ff13f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
1.2.1 / 2013-01-08
3+
==================
4+
5+
* add freeing of normalized argv
6+
* dont worry about zeroing in command_free()
7+
* fix docs
8+
29
1.2.0 / 2013-01-08
310
==================
411

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"repo": "visionmedia/commander.c",
55
"description": "Command-line argument parser",
66
"keywords": ["cli", "command", "parser", "argv", "args", "options"],

0 commit comments

Comments
 (0)