mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-21 12:45:05 +02:00
docs + ci: Update changelog and ignore some files in CI (#527)
This commit is contained in:
parent
35510d2306
commit
a9b4d42eef
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -20,6 +20,8 @@ on:
|
|||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/ISSUE_TEMPLATE/**'
|
- '.github/ISSUE_TEMPLATE/**'
|
||||||
|
- 'CHANGELOG.md'
|
||||||
|
- 'CONTRIBUTING.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Check rustfmt
|
# Check rustfmt
|
||||||
|
@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
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).
|
||||||
|
|
||||||
|
## [0.6.3]/[0.7.0] - Unreleased
|
||||||
|
|
||||||
## [0.6.2] - 2021-06-26
|
## [0.6.2] - 2021-06-26
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@ -17,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- [#525](https://github.com/ClementTsang/bottom/pull/525): Fixes Windows process CPU usage not being divided by the number of cores.
|
- [#525](https://github.com/ClementTsang/bottom/pull/525): Fixes Windows process CPU usage not being divided by the number of cores.
|
||||||
|
|
||||||
|
## Internal Changes
|
||||||
|
|
||||||
|
- [#506](https://github.com/ClementTsang/bottom/pull/506): Migrate a large portion of documentation over to mkdocs.
|
||||||
|
|
||||||
## [0.6.1] - 2021-05-11
|
## [0.6.1] - 2021-05-11
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user