File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# rfc Changelog
22
3- ## v1.0.1 (unreleased )
3+ ## v1.0.1 (2024/10/28 )
44
5- * Fix formatting in the manpage
5+ * Fix formatting in the manpage ( # 22 )
66* Fix a missing space in the ` --help ` text
77
88## v1.0.0 (2024/03/26)
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Use `rfc help` to see all available subcommands.
4343
4444``` sh
4545mkdir -p ~ /bin
46- curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0 /rfc > ~ /bin/rfc
46+ curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v1.0.1 /rfc > ~ /bin/rfc
4747chmod u+x ~ /bin/rfc
4848```
4949
@@ -56,7 +56,7 @@ echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
5656
5757You may also want to install the ` manpage ` , located in [ ` man/rfc.1 ` ] [ manpage ] .
5858
59- [ manpage ] : https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0 /man/rfc.1
59+ [ manpage ] : https://raw.githubusercontent.com/bfontaine/rfc/v1.0.1 /man/rfc.1
6060
6161### Using Homebrew
6262
Original file line number Diff line number Diff line change 44#
55# Author: Baptiste Fontaine
66# License: MIT
7- # Version: 1.0.0 (2024/03/26 )
7+ # Version: 1.0.1 (2024/10/28 )
88#
99# URL: https://github.com/bfontaine/rfc
1010#
1111
1212__rfc () {
1313
14- local VERSION=' 1.0.0 '
14+ local VERSION=' 1.0.1 '
1515 local PAGER=${PAGER:- less}
1616 local fetch_cmd=${CURL:- curl}
1717 local rfc_dir
You can’t perform that action at this time.
0 commit comments