mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-08 14:33:53 -05:00
chore(version): Bump to version 0.7.0
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