File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# rfc Changelog
22
3- ## v0.2.5 (next release )
3+ ## v0.2.5 (2018/06/27 )
44
55* Use ` grep -R ` instead of shell globbing in ` rfc search ` not to break on
66 machines with low Bash ` ARG_MAX ` ([ #12 ] [ pr12 ] )
7+ * Fix ` rfc sync week ` and ` rfc sync month `
8+ * ` rfc sync ` now fails if it gets passed a mode that’s not ` all ` (default),
9+ ` month ` , or ` week ` .
710* Add a special ` --debug ` flag to enable Bash commands tracing
811* Improve the documentation
912
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ The default directory is `~/.RFCs`.
7979
8080## Troubleshooting
8181
82- ` rfc ` version 0.2.5 (unreleased) added a special ` --debug ` flag that, if passed
83- as the first argument, enables tracing of all the Bash commands in the script.
82+ ` rfc ` version 0.2.5 added a special ` --debug ` flag that, if passed as the first
83+ argument, enables tracing of all the Bash commands in the script.
8484
8585## Credits
8686
Original file line number Diff line number Diff line change 44#
55# Author: Baptiste Fontaine
66# License: MIT
7- # Version: 0.2.5 (next release )
7+ # Version: 0.2.5 (2018/06/27 )
88#
99# URL: https://github.com/bfontaine/rfc
1010#
You can’t perform that action at this time.
0 commit comments