mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update CHANGELOG and CONTRIBUTING
Moved updating the changelog from the quality standards up to the workflow section so it should not be missed, since it is not really a quality standard but an action to be performed.
This commit is contained in:
parent
b5fa24cb5b
commit
bc501ebcc5
3 changed files with 12 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -6,10 +6,16 @@ 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 @06kellyjac for contributing to this release.
|
||||
|
||||
* Have help exit with successfully with `0` rather than `1`
|
||||
* Split out install steps to allow for more options in the future
|
||||
* Add install notes for nix/NixOS
|
||||
### Changed
|
||||
* Forbid unsafe code.
|
||||
|
||||
### Fixed
|
||||
* Updated `url` to newest version, which resolves a TODO.
|
||||
* The help exits successfully with `0` rather than `1`.
|
||||
* Split out install steps to allow for more options in the future.
|
||||
* Add install notes for nix/NixOS to the README.
|
||||
|
||||
## [2.5.2] - 2021-02-12
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue