Skip to content

Commit 30fd273

Browse files
committed
release 1.0.0
Fixes #21.
1 parent 9e1ade8 commit 30fd273

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rfc Changelog
22

3-
## v1.0.0 (unreleased)
3+
## v1.0.0 (2024/03/26)
44

55
* Change the default cache directory location from `~/.RFCs`
66
to `~/.cache/RFCs`. Files are automatically migrated if needed.

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/v0.2.6/rfc > ~/bin/rfc
46+
curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0/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/master/man/rfc.1
59+
[manpage]: https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0/man/rfc.1
6060

6161
### Using Homebrew
6262

0 commit comments

Comments
 (0)