summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-27 13:58:55 -0700
committerGitHub <noreply@github.com>2021-06-27 16:58:55 -0400
commita9b4d42eef6617b3370a54e34f1353040efc8734 (patch)
tree07bb72e13c1bb22613c47e07ad747e6758a96fb4
parent35510d2306059dd793f048f47ed02b2075857830 (diff)
docs + ci: Update changelog and ignore some files in CI (#527)
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--CHANGELOG.md6
2 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 23bb31ad..6ee0a3b8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,8 @@ on:
- 'README.md'
- 'docs/**'
- '.github/ISSUE_TEMPLATE/**'
+ - 'CHANGELOG.md'
+ - 'CONTRIBUTING.md'
jobs:
# Check rustfmt
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a55b1e57..c7d61176 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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/),
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
## 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.
+## 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
## Bug Fixes