Skip to content

Commit 7895996

Browse files
committed
Release v0.2.5
1 parent 6d919ab commit 7895996

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

rfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
#

0 commit comments

Comments
 (0)