update changelog and homepage

This commit is contained in:
Johann150 2021-03-27 20:30:53 +01:00
parent 16d05c73a0
commit 22ba3e497c
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 22 additions and 0 deletions

View file

@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
Thank you to @MidAutumnMoon and @steko for contributing to this release.
### Added
* Installation instructions for Arch Linux from Arch User Repositories. (#47)
### Fixed
* The certificate file extensions in the README example. (#45)
* The certificate directory is automatically created if it does not exist. (#44)
## [3.0.0] - 2021-03-27
Thank you to @ddevault for contributing to this release.

View file

@ -26,6 +26,10 @@ Using the nix package manager run `nix-env -i agate`
_Note:_ agate is currently only in the unstable channel and will reach a release channel once the next release is tagged
### Arch Linux
Install the package "agate-bin" from AUR for pre-compiled binary. Otherwise install the "agate" package from AUR to get agate compiled from source.
### Cargo
If you have the Rust toolchain installed, run `cargo install agate` to install agate from crates.io.
@ -188,6 +192,16 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
=> https://keepachangelog.com/en/1.0.0/ Keep a Changelog home page
=> https://semver.org/spec/v2.0.0.html Semantic versioning standard v2.0.0
## [Unreleased]
Thank you to @MidAutumnMoon and @steko for contributing to this release.
### Added
* Installation instructions for Arch Linux from Arch User Repositories. (#47)
### Fixed
* The certificate file extensions in the README example. (#45)
* The certificate directory is automatically created if it does not exist. (#44)
## [3.0.0] - 2021-03-27
Thank you to @ddevault for contributing to this release.