mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 14:58:02 -05:00
Merge branch 'hotfix/0.4.2'
This commit is contained in:
@@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.13) # GENERATOR_IS_MULTI_CONFIG
|
|||||||
|
|
||||||
set(KAMI_VERSION_MAJOR 0)
|
set(KAMI_VERSION_MAJOR 0)
|
||||||
set(KAMI_VERSION_MINOR 4)
|
set(KAMI_VERSION_MINOR 4)
|
||||||
set(KAMI_VERSION_PATCH 1)
|
set(KAMI_VERSION_PATCH 2)
|
||||||
set(KAMI_VERSION_STRING ${KAMI_VERSION_MAJOR}.${KAMI_VERSION_MINOR}.${KAMI_VERSION_PATCH})
|
set(KAMI_VERSION_STRING ${KAMI_VERSION_MAJOR}.${KAMI_VERSION_MINOR}.${KAMI_VERSION_PATCH})
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from conans import ConanFile, CMake
|
|||||||
|
|
||||||
class KamiConan(ConanFile):
|
class KamiConan(ConanFile):
|
||||||
name = "kami"
|
name = "kami"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
author = "James P. Howard, II <james.howard@jhu.edu>"
|
author = "James P. Howard, II <james.howard@jhu.edu>"
|
||||||
url = "http://github.com/jhuapl/kami"
|
url = "http://github.com/jhuapl/kami"
|
||||||
|
|||||||
@@ -1,12 +1,20 @@
|
|||||||
Changelog
|
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
|
- :bug:`0` Cleaned up numerous issues found by CLion's linter
|
||||||
- :feature:`0` Added a new overview to the documents
|
- :support:`0` Added a new overview to the documents
|
||||||
- :feature:`0` Added basic installation instructions
|
- :support:`0` Added basic installation instructions
|
||||||
- :bug:`0` Retagged previous versions using pure Semantic Versioning
|
- :bug:`0` Retagged previous versions using pure Semantic Versioning
|
||||||
- :feature:`0` Documentation for `kami::RandomScheduler`
|
- :support:`0` Documentation for `kami::RandomScheduler`
|
||||||
- :feature:`0` Added a changelog!
|
- :support:`0` Added a changelog!
|
||||||
|
|
||||||
- :release:`0.3.0 <2021.09.20>`
|
- :release:`0.3.0 <2021.09.20>`
|
||||||
- :feature:`0` Initial public release.
|
- :feature:`0` Initial public release.
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ extensions = [
|
|||||||
|
|
||||||
# 'releases' (changelog) settings
|
# 'releases' (changelog) settings
|
||||||
releases_github_path = "JHUAPL/kami"
|
releases_github_path = "JHUAPL/kami"
|
||||||
|
releases_unstable_prehistory = True
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|||||||
Reference in New Issue
Block a user