mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-08 22:38:03 -05:00
chore(version): Bump to version 0.7.2
This commit is contained in:
@@ -6,7 +6,7 @@ set(PROJECT_NAME "kami")
|
|||||||
|
|
||||||
set(VERSION_MAJOR 0)
|
set(VERSION_MAJOR 0)
|
||||||
set(VERSION_MINOR 7)
|
set(VERSION_MINOR 7)
|
||||||
set(VERSION_PATCH 1)
|
set(VERSION_PATCH 2)
|
||||||
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
||||||
|
|
||||||
project(${PROJECT_NAME}
|
project(${PROJECT_NAME}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from conans import ConanFile, CMake
|
|||||||
|
|
||||||
class KamiConan(ConanFile):
|
class KamiConan(ConanFile):
|
||||||
name = "kami"
|
name = "kami"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
author = "James P. Howard, II <james.howard@jhu.edu>"
|
author = "James P. Howard, II <james.howard@jhu.edu>"
|
||||||
url = "https://github.com/jhuapl/kami"
|
url = "https://github.com/jhuapl/kami"
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ Below is the consolidated changelog for Kami.
|
|||||||
|
|
||||||
- :feature:`0` Added baseline for continuous domains
|
- :feature:`0` Added baseline for continuous domains
|
||||||
|
|
||||||
|
- :release:`0.7.2 <2023.01.22>`
|
||||||
|
- :bug:`0` Streamlined documentation builds
|
||||||
|
|
||||||
- :release:`0.7.1 <2023.01.22>`
|
- :release:`0.7.1 <2023.01.22>`
|
||||||
- :bug:`0` Corrected bug in documentation build
|
- :bug:`0` Corrected bug in documentation build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user