Release 2.0.6
This commit is contained in:
parent
2c5d98f166
commit
30f7c6f39d
|
@ -24,7 +24,7 @@ at the [blog post for the project][blog].
|
|||
|
||||
## Help
|
||||
```
|
||||
Markdown Resume Generator version 2.0.5 by Craig Davis
|
||||
Markdown Resume Generator version 2.0.6 by Craig Davis
|
||||
|
||||
Usage:
|
||||
[options] command [arguments]
|
||||
|
@ -100,6 +100,7 @@ are a more comfortable with html than markdown, you should use it.
|
|||
|
||||
## Changelog
|
||||
|
||||
* __2.0.6__ : Fix empty template list from phar file to close #24
|
||||
* __2.0.5__ : Remove default value for the `--refresh` option to close #22
|
||||
* __2.0.4__ : Fix path resolution problem with absolute paths to close #16
|
||||
* __2.0.3__ : Add optional duration to the `--refresh` option to close #15
|
||||
|
|
BIN
bin/md2resume
BIN
bin/md2resume
Binary file not shown.
|
@ -8,7 +8,7 @@
|
|||
"html5"
|
||||
],
|
||||
"license": "MIT",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
|
||||
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in New Issue