From 30fd273794b1b9f775ea30f8f9a82daa9a2d8292 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 26 Mar 2024 16:11:00 +0100 Subject: [PATCH] release 1.0.0 Fixes #21. --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4f981..424f7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # rfc Changelog -## v1.0.0 (unreleased) +## v1.0.0 (2024/03/26) * Change the default cache directory location from `~/.RFCs` to `~/.cache/RFCs`. Files are automatically migrated if needed. diff --git a/README.md b/README.md index a1b6097..2320397 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Use `rfc help` to see all available subcommands. ```sh mkdir -p ~/bin -curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v0.2.6/rfc > ~/bin/rfc +curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0/rfc > ~/bin/rfc chmod u+x ~/bin/rfc ``` @@ -56,7 +56,7 @@ echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc You may also want to install the `manpage`, located in [`man/rfc.1`][manpage]. -[manpage]: https://raw.githubusercontent.com/bfontaine/rfc/master/man/rfc.1 +[manpage]: https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0/man/rfc.1 ### Using Homebrew