mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update changelog and homepage
This commit is contained in:
parent
16d05c73a0
commit
22ba3e497c
2 changed files with 22 additions and 0 deletions
|
|
@ -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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [3.0.0] - 2021-03-27
|
||||||
Thank you to @ddevault for contributing to this release.
|
Thank you to @ddevault for contributing to this release.
|
||||||
|
|
|
||||||
|
|
@ -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
|
_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
|
### Cargo
|
||||||
|
|
||||||
If you have the Rust toolchain installed, run `cargo install agate` to install agate from crates.io.
|
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://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
|
=> 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
|
## [3.0.0] - 2021-03-27
|
||||||
Thank you to @ddevault for contributing to this release.
|
Thank you to @ddevault for contributing to this release.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue