mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-07 22:13:51 -05:00
Merge branch 'release/0.7.0' into develop
This commit is contained in:
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
|
||||
set(PROJECT_NAME "kami")
|
||||
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 6)
|
||||
set(VERSION_MINOR 7)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ from conans import ConanFile, CMake
|
||||
|
||||
class KamiConan(ConanFile):
|
||||
name = "kami"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
license = "MIT"
|
||||
author = "James P. Howard, II <james.howard@jhu.edu>"
|
||||
url = "https://github.com/jhuapl/kami"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
- :release:`0.7.0 <2023.01.22>`
|
||||
- :support:`0` Added a minimal example and tutorial
|
||||
- :support:`0` Added documentation for each example
|
||||
- :feature:`0` Readded step() to the Model interface
|
||||
|
||||
Reference in New Issue
Block a user