Patches to changelog

This commit is contained in:
James P. Howard, II
2021-09-25 21:12:35 -04:00
parent 01d8154017
commit c7685f03b7
2 changed files with 13 additions and 4 deletions

View File

@@ -1,12 +1,20 @@
Changelog
=========
- :release:`0.4.2 <2021.09.25>`
- :bug:`0` Fixed Changelog to move docs to support
- :bug:`0` Fixed Changelog with current releases added
- :release:`0.4.1 <2021.09.25>`
- :bug:`0` Fixed README file links
- :release:`0.4.0 <2021.09.25>`
- :bug:`0` Cleaned up numerous issues found by CLion's linter
- :feature:`0` Added a new overview to the documents
- :feature:`0` Added basic installation instructions
- :support:`0` Added a new overview to the documents
- :support:`0` Added basic installation instructions
- :bug:`0` Retagged previous versions using pure Semantic Versioning
- :feature:`0` Documentation for `kami::RandomScheduler`
- :feature:`0` Added a changelog!
- :support:`0` Documentation for `kami::RandomScheduler`
- :support:`0` Added a changelog!
- :release:`0.3.0 <2021.09.20>`
- :feature:`0` Initial public release.

View File

@@ -48,6 +48,7 @@ extensions = [
# 'releases' (changelog) settings
releases_github_path = "JHUAPL/kami"
releases_unstable_prehistory = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']