Skip to content

Commit 8715036

Browse files
committed
Release 1.0.1
1 parent 5a7689a commit 8715036

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use `rfc help` to see all available subcommands.
4343

4444
```sh
4545
mkdir -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
4747
chmod u+x ~/bin/rfc
4848
```
4949

@@ -56,7 +56,7 @@ echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
5656

5757
You 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

rfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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

0 commit comments

Comments
 (0)